mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user