Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
399cf28201c6e5c51f78102b2047147f872ecf97
[sdc.git]
/
1
package org.openecomp.sdc.vendorlicense.dao.types;
2
3
public enum LimitType {
4
ServiceProvider,
5
Vendor;
6
7
}