From 922bedc4d6e6562838615b31672f4ca72251f529 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Tue, 2 May 2017 09:43:45 -0700 Subject: [PATCH] Remove unused CONFIGURATION_METHOD_NAME Change-Id: Ifa9b1855dd22c9453c145ed8faf6c16c38b6a17a Signed-off-by: Marcus G K Williams --- appc-common/src/main/java/org/openecomp/appc/Constants.java | 5 ----- 1 file changed, 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 @@ -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 */ -- 2.16.6