Checkstyle enforcer
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / internal / PortConverter.java
index 410781683bdbd424f8fc2ffbb87118459890f40e..0b605ab875a145ff1935f56453d087b2e9115314 100644 (file)
@@ -20,9 +20,9 @@ import org.slf4j.LoggerFactory;
 /**
  * Abstract class which provides the utilities for converting the Openflow port
  * number to the equivalent NodeConnector and vice versa
- * 
- * 
- * 
+ *
+ *
+ *
  */
 public abstract class PortConverter {
     private static final Logger log = LoggerFactory