Skip to content

Commit 2b9a5c2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 783e347 + 9412230 commit 2b9a5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple java library that allows you to read the contents of a torrent file.
1010

1111
public class Torrent {
1212
String announce;
13-
Long totalLength = 0L;
13+
Long totalLength;
1414
List<TorrentFile> files;
1515
String name;
1616
Long pieceLength;
@@ -26,4 +26,4 @@ A simple java library that allows you to read the contents of a torrent file.
2626
String comment;
2727
String encoding;
2828
Map<String, Object> azureusProperties;
29-
}
29+
}

0 commit comments

Comments
 (0)