i2psnark:

- Update session options when max bandwidth changes
  - BufferedStream cleanup and comments
  - torrent name display tweak
  - findbugs
This commit is contained in:
zzz
2011-01-10 17:14:34 +00:00
parent 158063658c
commit 6670209cb3
11 changed files with 48 additions and 43 deletions

View File

@@ -35,8 +35,8 @@ class Piece implements Comparable {
@Override
public boolean equals(Object o) {
if (o == null) return false;
if (o instanceof Piece) {
if (o == null) return false;
return this.id == ((Piece)o).id;
}
return false;