mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 18:59:35 +02:00
Comment and deprecation nits
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146285418
This commit is contained in:
parent
f17272b197
commit
5d2b83ffe7
2 changed files with 6 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue