Remove unnecessary invocation toString() method
Change-Id: Ibbf86c9b5a31e65d0f46b869976687727e925624
This commit is contained in:
@@ -368,7 +368,7 @@ public class GerritDebugLauncher extends ServletContainerLauncher {
|
||||
|
||||
AbstractConnector connector = getConnector();
|
||||
if (bindAddress != null) {
|
||||
connector.setHost(bindAddress.toString());
|
||||
connector.setHost(bindAddress);
|
||||
}
|
||||
connector.setPort(port);
|
||||
|
||||
|
Reference in New Issue
Block a user