summaryrefslogtreecommitdiffstats
path: root/appc-common
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-05-02 09:43:45 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-05-02 09:43:45 -0700
commit922bedc4d6e6562838615b31672f4ca72251f529 (patch)
tree2694947bb927d39bff78a25b987bcd5dff9420c3 /appc-common
parentcaa1d0171c90f390c60e4e635ee98e49f413d3c2 (diff)
Remove unused CONFIGURATION_METHOD_NAME
Change-Id: Ifa9b1855dd22c9453c145ed8faf6c16c38b6a17a Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'appc-common')
-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";