summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-05-08 18:52:10 +0000
committerGerrit Code Review <gerrit@onap.org>2017-05-08 18:52:10 +0000
commitf16391cacb2e91063bbe9ad66cb2310855c93695 (patch)
treeaf9eb631142cf3c496c233f4c9972223c146fa59
parent5f45405d2e3e8c9470bb9a500699dd9cd73d1683 (diff)
parent922bedc4d6e6562838615b31672f4ca72251f529 (diff)
Merge "Remove unused CONFIGURATION_METHOD_NAME"
-rw-r--r--appc-common/src/main/java/org/openecomp/appc/Constants.java5
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";