aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-12-10 19:11:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-10 19:11:53 +0000
commit4b375fb18be002051fb4a5e07f3baf23b1e92d02 (patch)
tree768f0610f4be2a3980d1dfaf3fc797234b62a819 /vid-app-common
parentd56fbac6195a69bfb157982b08cf75d1a17923c7 (diff)
parent1f2a2947990034b9162d386884f1e79892a87976 (diff)
Merge "Adding unlimited max value to VNF, NETWORK"
Diffstat (limited to 'vid-app-common')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index 26bfec52f..990ec60c9 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -82,6 +82,7 @@ public enum Features implements Feature {
FLAG_2004_INSTANTIATION_STATUS_FILTER,
FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE,
FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER,
+ FLAG_2002_UNLIMITED_MAX,
;