Fix checkstyle
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionAdapter.java
index 6d61a217a40bc0bad1f5cba123824696f4e99e35..a205e5e66b58c71235874274ea2fcd6efaf491b5 100644 (file)
@@ -65,13 +65,12 @@ public interface ConnectionAdapter extends OpenflowProtocolService {
 
     /**
      * sets option for automatic channel reading;
-     * if set to false, incoming messages won't be read 
+     * if set to false, incoming messages won't be read
      */
-       void setAutoRead(boolean autoRead);
+    void setAutoRead(boolean autoRead);
 
-       /**
+    /**
      * @return true, if channel is configured to autoread
      */
-       boolean isAutoRead();
-
+    boolean isAutoRead();
 }