Catalog alignment
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / DistributionStatusEnum.java
index 78b5814..3826e18 100644 (file)
@@ -21,7 +21,7 @@
 package org.openecomp.sdc.be.model;
 
 public enum DistributionStatusEnum {
-    DISTRIBUTION_NOT_APPROVED("Distribution not approved"), DISTRIBUTION_APPROVED("Distribution approved"), DISTRIBUTED("Distributed"), DISTRIBUTION_REJECTED("Distribution rejected");
+    DISTRIBUTION_NOT_APPROVED("Distribution not approved"), DISTRIBUTED("Distributed");
 
     private String value;