Technical debt and fix JUnit test
[policy/engine.git] / PolicyEngineUtils / src / main / java / org / onap / policy / std / NotificationStore.java
index 47b2360..24e1263 100644 (file)
@@ -40,7 +40,7 @@ public class NotificationStore {
 
     private static StdPDPNotification notificationRecord = new StdPDPNotification();
 
-    public NotificationStore () {
+    private NotificationStore () {
        // Sonar prefers that we have an empty public constructor
        // as opposed to an implicit public constructor.
     }