Fixup Sonar issues
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / AbstractFrontendHistory.java
index 31bf000ac2123a0bcc0c573fbedc84fba7247bc3..5c879b8c7d320532f65bcda6ee8f229bca750e92 100644 (file)
@@ -170,7 +170,7 @@ abstract class AbstractFrontendHistory implements Identifiable<LocalHistoryIdent
     }
 
     private SkipTransactionsResponse handleSkipTransactionsRequest(final SkipTransactionsRequest request,
-            final RequestEnvelope envelope, final long now) throws RequestException {
+            final RequestEnvelope envelope, final long now) {
         final var first = request.getTarget();
         final var others = request.getOthers();
         final var ids = new ArrayList<UnsignedLong>(others.size() + 1);