Exported package for classifier-definitions and action-definitions
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / java / org / opendaylight / groupbasedpolicy / renderer / ofoverlay / sf / SubjectFeatures.java
index 3840f3f8f34e3d7017ff12a5a9dc0ea4669eb017..64822f1ca78a458e7ef4c100aee7e3e4c0f6f92d 100644 (file)
@@ -47,7 +47,7 @@ public class SubjectFeatures {
             ImmutableMap.<ActionDefinitionId, Action>
                 of(AllowAction.ID, new AllowAction());
 
-    public static final List<ActionDefinition> actionDefs =
+    private static final List<ActionDefinition> actionDefs =
             ImmutableList.copyOf(Collections2.transform(actions.values(),
                 new Function<Action, ActionDefinition>() {
                     @Override