Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Apr 16, 2021
1 parent b592d20 commit 72ea3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -91,4 +91,4 @@ private static String hextetsToIPv6String(int[] hextets) {
}
return buf.toString();
}
}
}
Expand Up @@ -62,14 +62,14 @@
* extension.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
public class ProtoReflectionService extends ServerReflectionGrpc.ServerReflectionImplBase {
public final class ProtoReflectionService extends ServerReflectionGrpc.ServerReflectionImplBase {

private final Object lock = new Object();

@GuardedBy("lock")
private final Map<Server, ServerReflectionIndex> serverReflectionIndexes = new WeakHashMap<>();

protected ProtoReflectionService() {}
private ProtoReflectionService() {}

/**
* Creates a instance of {@link ProtoReflectionService}.
Expand Down

0 comments on commit 72ea3bb

Please sign in to comment.