Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
63da373c3a2dae26730576ddf463ff6c7f0ecfed
[sdc.git]
/
1
package org.openecomp.sdc.translator.datatypes.heattotosca.unifiedmodel.consolidation;
2
3
public enum ServiceTemplateFileNameEnum {
4
SERVICE_TEMPLATE_FILE_NAME_1,
5
SERVICE_TEMPLATE_FILE_NAME_2
6
}
7