develop #1

Open
Parmis_jamami wants to merge 5 commits from develop into main
Showing only changes of commit 067aae2ee6 - Show all commits
+1 -4
View File
@@ -18,10 +18,7 @@ public class FileManager {
while ((line = reader.readLine()) != null) {
// TODO:
// Add line to list
lines.add(line);
}
reader.close();