Improve test coverage
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / impl / ConsumerBusinessLogic.java
index 93fb171..f895a20 100644 (file)
@@ -248,10 +248,6 @@ public class ConsumerBusinessLogic extends BaseBusinessLogic {
         return Either.left(consumer);
     }
 
-    public Either<ConsumerDefinition, ResponseFormat> getConsumer(String consumerId) {
-        return getConsumer(consumerId, null);
-    }
-
     public Either<ConsumerDefinition, ResponseFormat> deleteConsumer(String consumerId, User user) {
         ConsumerDefinition tmpConsumer = new ConsumerDefinition();
         tmpConsumer.setConsumerName(consumerId);