Some bug fixes and Minor Chages.
[music.git] / src / main / java / org / onap / music / main / MusicCore.java
index 324f468..6a0d247 100644 (file)
@@ -122,7 +122,7 @@ public class MusicCore {
     }
 
     public static ResultType nonKeyRelatedPut(PreparedQueryObject queryObject, String consistency)
-            throws MusicServiceException {
+            throws MusicServiceException,MusicQueryException {
         return musicCore.nonKeyRelatedPut(queryObject, consistency);
     }