Skip to content

Commit 241e63e

Browse files
committed
Finished documentation for SerialiserFlavorBase
1 parent a1709fc commit 241e63e

File tree

3 files changed

+369
-121
lines changed

3 files changed

+369
-121
lines changed

src/main/java/com/minecrafttas/tasmod/playback/tasfile/PlaybackSerialiser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public static SerialiserFlavorBase readFlavor(Path file) throws PlaybackLoadExce
292292
List<String> lines = new ArrayList<>();
293293
String line = null;
294294

295-
// Reads the first 100 lines
295+
// Reads the first 100 lines to search for the flavor
296296
for (int i = 0; i < 100; i++) {
297297

298298
line = reader.readLine();

0 commit comments

Comments
 (0)