X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fvid%2Fproperties%2FFeatures.java;h=f863b302547079bb67ef48736a3f6d7d7136d90d;hb=32af6479c686d217204de3a86940ac1256da4b9f;hp=1b5ce8ba2228771f4f9d73296d29b41c52de1e65;hpb=09a6562a16715a2b89be11c941486be783c72364;p=vid.git 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 1b5ce8ba2..f863b3025 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 @@ -103,6 +103,7 @@ public enum Features implements Feature { FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP, FLAG_2008_REMOVE_PAUSE_INSTANTIATION, ; + public boolean isActive() { return FeatureContext.getFeatureManager().isActive(this); }