diff options
Diffstat (limited to 'vid-app-common/src')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java b/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java index 114ec802e..767cf5dca 100644 --- a/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java +++ b/vid-app-common/src/main/java/org/onap/vid/aai/util/AAIProperties.java @@ -35,12 +35,6 @@ public class AAIProperties extends SystemProperties { /** The Constant AAI_SERVER_URL. */ public static final String AAI_SERVER_URL = "aai.server.url"; - /** The Constant AAI_OLDSERVER_URL_BASE. */ - public static final String AAI_OLDSERVER_URL_BASE = "aai.oldserver.url.base"; - - /** The Constant AAI_OLDSERVER_URL. */ - public static final String AAI_OLDSERVER_URL = "aai.oldserver.url"; - /** The Constant AAI_TRUSTSTORE_FILENAME. */ public static final String AAI_TRUSTSTORE_FILENAME = "aai.truststore.filename"; |