Fix checkstyle
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / rpc / RpcContextImplTest.java
index ce4ca89156b535cb58c1b1bf5af55061a02a9cae..f38973f4b45caaa42db4746d99a46de88ca1e4f7 100644 (file)
@@ -190,5 +190,7 @@ public class RpcContextImplTest {
     }
 
     //Stub for RpcService class.
-    public class TestRpcService implements RpcService {}
+    public class TestRpcService implements RpcService {
+
+    }
 }