mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 07:25:01 +00:00
Fix hashCode to include parent Reference id
This commit is contained in:
parent
027b3d0d33
commit
8b1a48b2e0
@ -85,7 +85,7 @@ public class Network extends Reference {
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hashCode(name);
|
||||
return Objects.hashCode(super.hashCode(), name);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user