OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / action / ActionResponseConvertor.java
index c91fe9c201d4070dc8b5f565bd33bd4b624e6411..8f9d620126d2b2d0b5978eeb6c80e6cbe1e35e6c 100644 (file)
@@ -123,7 +123,7 @@ public final class ActionResponseConvertor extends Convertor<
                 if (convertedAction.isPresent()) {
                     result.add(convertedAction.get());
                 } else {
-                    /**
+                    /*
                      * TODO: EXTENSION PROPOSAL (action, OFJava to MD-SAL)
                      * - we might also need a way on how to identify exact type of augmentation to be
                      *   used as match can be bound to multiple models