mirror of
https://github.com/google/nomulus
synced 2026-07-20 15:02:30 +00:00
Clean up some areas in preparation for externalized codebase
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221454055
This commit is contained in:
@@ -455,6 +455,8 @@ public class CidrAddressBlock implements Iterable<InetAddress>, Serializable {
|
||||
};
|
||||
}
|
||||
|
||||
// InetAddresses.coerceToInteger() will be deprecated in the future.
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return InetAddresses.coerceToInteger(ip);
|
||||
|
||||
Reference in New Issue
Block a user