am e55e5b84: am 3dba4353: Fix the build. am: 177cac90d0

Original change: undetermined

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

View File

@@ -267,7 +267,7 @@ public class NetworkUtils {
String result = null;
for (int i = 0; i < 4; i++) {
try {
if (octets[i].length > 3) return addr;
if (octets[i].length() > 3) return addr;
builder.append(Integer.parseInt(octets[i]));
} catch (NumberFormatException e) {
return addr;