Fix the build am: 52ef39aff1

Original change: undetermined

Change-Id: I550370b4a9ed94ec4ffd0a709b4c6e6137bac2ef
This commit is contained in:
Robert Greenwalt
2021-05-31 11:03:14 +00:00
committed by Automerger Merge Worker

View File

@@ -162,8 +162,8 @@ public class NetworkUtils {
// TODO - do this for real, using a hidden method on InetAddress that aborts
// instead of doing dns step
if (!InetAddress.isNumeric(addrString)) {
throw new IllegalArgumentException("numericToInetAddress with non numeric: " +
addrString);
throw new IllegalArgumentException("numericToInetAddress with non numeric: '" +
addrString + "'");
}
try {
return InetAddress.getByName(addrString);