Merge "PermGrantForm.java-remove the comments"
authorJonathan Gathman <jonathan.gathman@att.com>
Wed, 6 Nov 2019 13:02:00 +0000 (13:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Nov 2019 13:02:00 +0000 (13:02 +0000)
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);