PermGrantForm.java-remove the comments 73/97773/1
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 31 Oct 2019 05:06:24 +0000 (10:36 +0530)
committerThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 31 Oct 2019 05:06:32 +0000 (10:36 +0530)
Issue-ID: AAF-876
Change-Id: I8a48e6e4072cca6101ff584198a6187446daa443
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java

index ac9cdf1..4a6e1f4 100644 (file)
@@ -77,7 +77,6 @@ public class PermGrantForm extends Page {
                         hgen.js(copyRoleJS);
                         hgen.text("function copyRole(role) {");
                         hgen.text("var txtRole = document.querySelector(\"#role\");");
-//                        hgen.text("if (role==;");
                         hgen.text("txtRole.value=role;");
                         hgen.text("}");
                         hgen.end(copyRoleJS);