From: Marcus G K Williams Date: Tue, 2 May 2017 16:43:45 +0000 (-0700) Subject: Remove unused CONFIGURATION_METHOD_NAME X-Git-Tag: v1.2.0~180^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=922bedc4d6e6562838615b31672f4ca72251f529;p=appc.git Remove unused CONFIGURATION_METHOD_NAME Change-Id: Ifa9b1855dd22c9453c145ed8faf6c16c38b6a17a Signed-off-by: Marcus G K Williams --- 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 @@ -69,11 +69,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 */