Skip to main content
summaryrefslogtreecommitdiffstats
blob: 59dbf795879f73213207ef0d525a9af3f6599c78 (plain) (blame)
1
2
3
4
5
6
7
package org.eclipse.osee.ats.core.version;

public enum VersionLockedType {
   Locked,
   UnLocked,
   Both
};

Back to the top