Mechanical code cleanup (benchmark)
[controller.git] / benchmark / rpcbenchmark / src / main / java / rpcbenchmark / impl / RoutedBindingRTClient.java
index c0e362bd4d6f8e89f6c5d08f6e766dfb7ac08829..201ed2dc15053857dc7416c408ace49693109f61 100644 (file)
@@ -83,10 +83,7 @@ public class RoutedBindingRTClient implements RTCClient {
                         rpcError++;
                     }
                 }
-            } catch (InterruptedException e) {
-                rpcError++;
-                LOG.error("Execution failed: ", e);
-            } catch (ExecutionException e) {
+            } catch (InterruptedException | ExecutionException e) {
                 rpcError++;
                 LOG.error("Execution failed: ", e);
             }