Fix SDNC service registration
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 7 Sep 2017 14:38:44 +0000 (10:38 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 7 Sep 2017 14:39:58 +0000 (10:39 -0400)
Fix the aaaUserName constant.

Change-Id: I4d9272e476874f6a7747970bc67f8f88ff803f21
Issue-Id: SDNC-54
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
sliPluginUtils/provider/src/main/java/org/onap/ccsdk/sli/core/slipluginutils/Dme2PropertiesProvider.java

index 5196149..07c84c6 100644 (file)
@@ -65,9 +65,9 @@ public final class Dme2PropertiesProvider {
     private static final String PROXY_URLS_VALUE_SEPARATOR = ",";
 
     /**
-     * the key for <code>aafUsername</code>
+     * the key for <code>aafUserName</code>
      */
-    static final String AAF_USERNAME_KEY = "aafUsername";
+    static final String AAF_USERNAME_KEY = "aafUserName";
 
     /**
      * the key for <code>aafPassword</code>