Fixed little typo.
From-SVN: r71900
This commit is contained in:
parent
b47ea0e89c
commit
fc5532c0c5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class InetAddress implements Serializable
|
|||
return (addr [0] & 0xF0) == 0xE0;
|
||||
|
||||
// Mask against high order bits of 11111111
|
||||
if (addr.lenth == 16)
|
||||
if (addr.length == 16)
|
||||
return addr [0] == (byte) 0xFF;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue