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