Merge "Fixed generic Sonar issue in the clamp project"
[clamp.git] / src / main / java / org / onap / clamp / clds / service / CldsService.java
index 71dd5c4..bf7c502 100644 (file)
@@ -82,7 +82,7 @@ public class CldsService extends SecureServiceBase {
      * The constant LIST_OF_SDC_SERVICE_INFO_TYPE.
      */
     public static final Type LIST_OF_SDC_SERVICE_INFO_TYPE = new TypeToken<List<SdcServiceInfo>>() {
-    }.getType();
+        }.getType();
     @Produce(uri = "direct:processSubmit")
     private CamelProxy camelProxy;
     /**
@@ -548,7 +548,7 @@ public class CldsService extends SecureServiceBase {
      * UUID. If not authorized, then NotAuthorizedException is thrown.
      *
      * @param model The clds model
-     * @return
+     * @return boolean or throws NotAuthorizedException
      */
     private boolean isAuthorizedForVf(CldsModel model) {
         String vf = ModelProperties.getVf(model);