JscepCA.java-add Override annotation 60/95760/1
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Mon, 16 Sep 2019 17:38:39 +0000 (23:08 +0530)
committerThugutla sailakshmi <tsaila10@in.ibm.com>
Mon, 16 Sep 2019 17:38:42 +0000 (23:08 +0530)
JscepCA.java-add Override annotation

Issue-ID: AAF-876
Change-Id: I38c1b152f750954e121d5c08abaa8c46f4fe9e16
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
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) {