Fix checkstyle/spotbugs violations
[controller.git] / benchmark / rpcbenchmark / src / main / java / rpcbenchmark / impl / RTCClient.java
index 5565e037c0eb4fc3c2b0f2d4e1435d5f20ec85b1..d1b5edd726896976309f751e26c0a9687bc064fd 100644 (file)
@@ -5,12 +5,14 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package rpcbenchmark.impl;
 
 public interface RTCClient {
     long getRpcOk();
+
     long getRpcError();
+
     void runTest(int iterations);
+
     void close();
 }