85c6fcb7b56de0db0c46a328915dd58dfbf429df
[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 PROCESS_IMPL_KEY =  "process_impl";
6 }