[SDC-29] rebase continue work to align source
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / operations / api / IResourceOperation.java
index 01db3a5..8d9994b 100644 (file)
@@ -137,10 +137,5 @@ public interface IResourceOperation extends IComponentOperation {
         */
        Either<List<Resource>, StorageOperationStatus> getVFResources();
 
-       /**
-        *
-        * @return all resources
-        */
-       Either<List<Resource>, StorageOperationStatus> getAll();
 
 }