diff options
Diffstat (limited to 'appc-common/src')
-rw-r--r-- | appc-common/src/main/java/org/openecomp/appc/Constants.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appc-common/src/main/java/org/openecomp/appc/Constants.java b/appc-common/src/main/java/org/openecomp/appc/Constants.java index 134f7ecc2..bd72acfcf 100644 --- a/appc-common/src/main/java/org/openecomp/appc/Constants.java +++ b/appc-common/src/main/java/org/openecomp/appc/Constants.java @@ -70,11 +70,6 @@ public final class Constants { public static final String PROPERTY_TOPOLOGY_METHOD = "appc.topology.dg.method"; /** - * The name of the service logic method in the DG to be executed - */ - // public static final String CONFIGURATION_METHOD_NAME = "configuration-operation"; - - /** * The property that supplies the application name */ public static final String PROPERTY_APPLICATION_NAME = "appc.application.name"; |