Change Sonar flagged code
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / helpers / LastNotified.java
index 0539fcd..6af1cbe 100644 (file)
@@ -37,7 +37,7 @@ import com.datastax.driver.core.Session;
 public class LastNotified {
        private Map<String,Date> lastNotified = new TreeMap<>();
        private Session session;
-       public static final Date never = new Date(0);
+       private static final Date never = new Date(0);
        
        public LastNotified(Session session) {
                this.session = session;