fix another minor Sonar 87/88787/1
authorInstrumental <jonathan.gathman@att.com>
Wed, 29 May 2019 16:25:03 +0000 (11:25 -0500)
committerInstrumental <jonathan.gathman@att.com>
Wed, 29 May 2019 16:25:27 +0000 (11:25 -0500)
Issue-ID: AAF-835
Change-Id: I923b05c702060dea0b23aa343a7203782511d52f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/Home.java

index e7a643c..6fc4b5c 100644 (file)
@@ -40,7 +40,7 @@ public class Home extends Page {
     /*
      *      Relative path, Menu Name, Full Path
      */
-    public static String[][] MENU_ITEMS = new String[][] {
+    public static final String[][] MENU_ITEMS = new String[][] {
                {"myperms","My Permissions","/gui/myperms"},
                {"myroles","My Roles","/gui/myroles"},
                {"ns","My Namespaces","/gui/ns"},
@@ -52,7 +52,8 @@ public class Home extends Page {
                {"cui","Command Prompt","/gui/cui"},
                {"api","AAF API","/gui/api"}
     };
-    public Home(final AAF_GUI gui) throws APIException, IOException {
+    
+       public Home(final AAF_GUI gui) throws APIException, IOException {
         super(gui.env,"Home",HREF, NO_FIELDS, new NamedCode(false,"content") {
             @Override
             public void code(final Cache<HTMLGen> cache, final HTMLGen htmlGen) throws APIException, IOException {