Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / asdc / AsdcClient.java
index fdbf2c2..d26a1b2 100644 (file)
@@ -50,4 +50,5 @@ public interface AsdcClient {
         * @throws AsdcCatalogException the asdc catalog exception
         */
        Path getServiceToscaModel(UUID uuid) throws AsdcCatalogException;
+
 }