[SDC] rebase 1710 code
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / impl / ProductComponentInstanceBusinessLogic.java
index ab09693..7a7148a 100644 (file)
@@ -30,10 +30,6 @@ import fj.data.Either;
 @Component("productComponentInstanceBusinessLogic")
 public class ProductComponentInstanceBusinessLogic extends ComponentInstanceBusinessLogic {
 
-       @Override
-       protected Either<Boolean, ResponseFormat> validateAllowedToContainCompInstances(org.openecomp.sdc.be.model.Component containerComponent) {
-               return Either.left(true);
-       }
 
        @Override
        protected NodeTypeEnum getNodeTypeOfComponentInstanceOrigin() {