Code cleanup
This commit is contained in:
parent
61ab3be94d
commit
fc4f7ced60
@ -52,7 +52,8 @@ public final class DeviceHandle
|
||||
@Override
|
||||
public int hashCode()
|
||||
{
|
||||
return new HashCodeBuilder().append(this.deviceHandlePointer).toHashCode();
|
||||
return new HashCodeBuilder().append(this.deviceHandlePointer)
|
||||
.toHashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@ -76,7 +76,8 @@ public final class DeviceList implements Iterable<Device>
|
||||
@Override
|
||||
public int hashCode()
|
||||
{
|
||||
return new HashCodeBuilder().append(this.deviceListPointer).toHashCode();
|
||||
return new HashCodeBuilder().append(this.deviceListPointer)
|
||||
.toHashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user