Revert "Checkstyle enforcer"
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / core / IController.java
index 9e3c21c65eff3f280627bacea852d5384f4e9d64..2cacafe7796106e3063fddf9514656576b397071 100644 (file)
@@ -58,5 +58,5 @@ public interface IController {
      * @return ISwitch if present, null otherwise
      */
     public ISwitch getSwitch(Long switchId);
      * @return ISwitch if present, null otherwise
      */
     public ISwitch getSwitch(Long switchId);
-
+    
 }
 }