Remove accidental ~ character :)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

This closes #439
This commit is contained in:
Rafael da Fonseca 2015-06-14 23:17:00 +02:00 committed by Rohit Yadav
parent a670f984d8
commit 3d1dde7a31
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ public class Ip4Address {
@Override
public int hashCode(){
return (int)(_mac.hashCode()*_addr.hashCode());
}~
}
}