Skip to content

Commit 9412230

Browse files
authored
Update README.md
1 parent 3f14f71 commit 9412230

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)