Clean up Sonar results 3
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / helpers / Cred.java
index 58af03b..1131aca 100644 (file)
@@ -264,7 +264,7 @@ public class Cred  {
                }
 
                public long authCount(int idx) {
-                       return basic_auth[idx]+basic_auth_256[idx];
+                       return (long)basic_auth[idx]+basic_auth_256[idx];
                }
                
                public long x509Count(int idx) {