Merge "Sonar Fixes - MusicDataStoreHandle.java"
[music.git] / src / main / java / org / onap / music / datastore / MusicDataStoreHandle.java
index a5c536d..dc1c43a 100644 (file)
@@ -5,6 +5,8 @@
  *  Copyright (c) 2017 AT&T Intellectual Property
  *  Modifications Copyright (C) 2019 IBM.
  * ===================================================================
+ *  Modifications Copyright (c) 2019 Samsung
+ * ===================================================================
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
  *  You may obtain a copy of the License at
@@ -34,9 +36,11 @@ import com.datastax.driver.core.ResultSet;
 import com.datastax.driver.core.TableMetadata;
 
 public class MusicDataStoreHandle {
-    
-    
-    
+
+    private MusicDataStoreHandle(){
+        throw new IllegalStateException("Utility class");
+    }
+
     public static MusicDataStore mDstoreHandle = null;
     private static EELFLoggerDelegate logger = EELFLoggerDelegate.getLogger(MusicDataStoreHandle.class);