Output reg support for nicira experimenter fields
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / main / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / action / OutputRegConvertor.java
index 9dbc16b3158cc50108ef25496ef5819d5bd6bdb9..b419a364f2b774dcdd91a31bdc08a12d9d7d0317 100644 (file)
@@ -68,7 +68,7 @@ public class OutputRegConvertor implements
         return ActionUtil.createAction(builder.build());
     }
 
-    private static org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action resolveAction(
+    static org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action resolveAction(
             final NxOutputReg value, final ActionPath path) {
         switch (path) {
             case INVENTORY_FLOWNODE_TABLE_WRITE_ACTIONS: