Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5e217d4d6074c6d05c3ec51c20ecd94fffd03073
[sdc.git]
/
1
package org.openecomp.sdc.vendorsoftwareproduct.types;
2
3
public class ConfigConstants {
4
public static final String namespace = "Orchestration";
5
public static final String processImplKey = "process_impl";
6
}