Comment and deprecation nits

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146285418
This commit is contained in:
cgoldfeder 2017-02-01 13:57:32 -08:00 committed by Ben McIlwain
parent f17272b197
commit 5d2b83ffe7
2 changed files with 6 additions and 5 deletions

View file

@ -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);
}