Merge "JscepCA.java-add Override annotation"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 17 Sep 2019 08:26:17 +0000 (08:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 17 Sep 2019 08:26:17 +0000 (08:26 +0000)
auth/auth-certman/src/main/java/org/onap/aaf/auth/cm/ca/JscepCA.java

index a0a9724..4dd4919 100644 (file)
@@ -83,7 +83,8 @@ public class JscepCA extends CA {
         
         // Set this for NTLM password Microsoft
         Authenticator.setDefault(new Authenticator() {
-              public PasswordAuthentication getPasswordAuthentication () {
+            @Override  
+               public PasswordAuthentication getPasswordAuthentication () {
                     try {
                         return new PasswordAuthentication (id,access.decrypt(pw,true).toCharArray());
                     } catch (IOException e) {