Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeProMise committed Dec 30, 2024
1 parent d1355d2 commit c5e833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public GetGroupsForUserResponseProto getGroupsForUser(
return super.getGroupsForUser(controller, request);
}
asyncRouterServer(() -> server.getGroupsForUser(request.getUser()), groups -> {
GetGroupsForUserResponseProto.Builder builder =
GetGroupsForUserResponseProto.Builder builder =
GetGroupsForUserResponseProto
.newBuilder();
for (String g : groups) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class RouterRefreshUserMappingsProtocolServerSideTranslatorPB
extends RefreshUserMappingsProtocolServerSideTranslatorPB {

private final RouterRpcServer server;
private final boolean isAsyncRpc;

Expand Down

0 comments on commit c5e833f

Please sign in to comment.