Clean up Sonar results 3
[aaf/authz.git] / cadi / client / src / main / java / org / onap / aaf / cadi / client / AbsAuthentication.java
index 7a32473..80e6dc4 100644 (file)
@@ -51,7 +51,7 @@ public abstract class AbsAuthentication<CLIENT> implements SecuritySetter<CLIENT
        protected static final String REPEAT_OFFENDER = "This call is aborted because of repeated usage of invalid Passwords";
        private static final int MAX_TEMP_COUNT = 10;
        private static final int MAX_SPAM_COUNT = 10000;
-       private static final long WAIT_TIME = 1000*60*4;
+       private static final long WAIT_TIME = 1000*60*4L;
        private final byte[] headValue;
        private String user;
        protected final SecurityInfoC<CLIENT> securityInfo;