mirror of
https://github.com/google/nomulus
synced 2026-08-31 13:17:02 +00:00
Comment and deprecation nits
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146285418
This commit is contained in:
@@ -99,7 +99,7 @@ public final class RegistryTestServer {
|
||||
|
||||
private final TestServer server;
|
||||
|
||||
/** @see TestServer#TestServer(HostAndPort, java.util.Map, Iterable, Iterable) */
|
||||
/** @see TestServer#TestServer(HostAndPort, ImmutableMap, ImmutableList, ImmutableList) */
|
||||
public RegistryTestServer(HostAndPort address) {
|
||||
server = new TestServer(address, RUNFILES, ROUTES, FILTERS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user