Skip to content

Commit

Permalink
fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Oct 12, 2024
1 parent 9bc5c7f commit f03962d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ <T> T invokeOnNs(RemoteMethod method, Class<T> clazz, IOException ioe,
}

<T> T invokeOnNsAsync(RemoteMethod method, Class<T> clazz, IOException ioe,
Set<FederationNamespaceInfo> nss) throws IOException {
Set<FederationNamespaceInfo> nss) throws IOException {
if (nss.isEmpty()) {
throw ioe;
}
Expand Down

0 comments on commit f03962d

Please sign in to comment.