Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
markb74 committed Oct 28, 2021
1 parent 954c2c0 commit 9a0c4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 84 deletions.
80 changes: 0 additions & 80 deletions core/src/test/java/io/grpc/inprocess/InProcessServerTest.java

This file was deleted.

Expand Up @@ -33,10 +33,6 @@
/** A name resolver to always resolve the given URI into the given address. */
public final class FakeNameResolverProvider extends NameResolverProvider {

private final URI targetUri;
private final SocketAddress address;


/**
* Register a new resolver.
*
Expand All @@ -48,6 +44,9 @@ public static final void register(String targetUri, SocketAddress address) {
new FakeNameResolverProvider(URI.create(targetUri), address));
}

private final URI targetUri;
private final SocketAddress address;

private FakeNameResolverProvider(URI targetUri, SocketAddress address) {
this.targetUri = targetUri;
this.address = address;
Expand Down

0 comments on commit 9a0c4c2

Please sign in to comment.