Develop #1

Open
Z.Gharagozloo.M wants to merge 5 commits from develop into main
Showing only changes of commit 02e1178fcb - Show all commits
+3 -5
View File
@@ -17,11 +17,9 @@ public class FileManager {
String line; String line;
while ((line = reader.readLine()) != null) { while ((line = reader.readLine()) != null) {
if (!line.trim().isEmpty()) {
// TODO: lines.add(line);
}
// Add line to list
} }
reader.close(); reader.close();