We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 783e347 + 9412230 commit 2b9a5c2Copy full SHA for 2b9a5c2
README.md
@@ -10,7 +10,7 @@ A simple java library that allows you to read the contents of a torrent file.
10
11
public class Torrent {
12
String announce;
13
- Long totalLength = 0L;
+ Long totalLength;
14
List<TorrentFile> files;
15
String name;
16
Long pieceLength;
@@ -26,4 +26,4 @@ A simple java library that allows you to read the contents of a torrent file.
26
String comment;
27
String encoding;
28
Map<String, Object> azureusProperties;
29
- }
+ }
0 commit comments