common models changes
This commit is contained in:
parent
be252504aa
commit
ac6fd08fb7
|
@ -7,7 +7,7 @@ import java.util.Map;
|
||||||
public enum DmpUserRole implements EnumValueProvider<Short> {
|
public enum DmpUserRole implements EnumValueProvider<Short> {
|
||||||
|
|
||||||
Owner((short) 0),
|
Owner((short) 0),
|
||||||
User((short) 1),
|
Viewer((short) 1),
|
||||||
DescriptionContributor((short) 2),
|
DescriptionContributor((short) 2),
|
||||||
Reviewer((short) 3);
|
Reviewer((short) 3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue