Fix the build am: 52ef39aff1
Original change: undetermined Change-Id: I550370b4a9ed94ec4ffd0a709b4c6e6137bac2ef
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user