Fix checkstyle API.
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / handlers / DeviceConnectedHandler.java
index d4a833a2c359da4b027b8df4062ecbfd98665029..04fdff9df345c70586c3960dfc3f15c4632da1d0 100644 (file)
@@ -21,7 +21,7 @@ public interface DeviceConnectedHandler {
      * Method is used to propagate information about established connection with device.
      * It propagates connected device's connection context.
      */
-    ConnectionStatus deviceConnected(final ConnectionContext connectionContext)
+    ConnectionStatus deviceConnected(ConnectionContext connectionContext)
             throws Exception;
 
 }