Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
826d53e6bce2ce97726773a38ed4835f028850de
[sdc.git]
/
1
package org.onap.config.type;
2
3
public enum ConfigurationMode {
4
OVERRIDE, UNION, MERGE
5
}