Fix two Gauava 20 deprecations across the tools package

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146162927
This commit is contained in:
cgoldfeder
2017-02-02 16:54:28 -05:00
committed by Ben McIlwain
parent 0a2622c6ab
commit 468f1fb0f8
5 changed files with 8 additions and 8 deletions
@@ -148,7 +148,7 @@ class AppEngineConnection implements Connection {
}
boolean isLocalhost() {
return flags.getServer().getHostText().equals("localhost");
return flags.getServer().getHost().equals("localhost");
}
private String getUserId() {