Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
54253fa754ba90417999ff19cd24f3afaa3955bd
[sdc.git]
/
1
package org.onap.config.type;
2
3
public enum ConfigurationType {
4
PROPERTIES, XML, JSON, YAML
5
}