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;
while ((line = reader.readLine()) != null) {
// TODO:
// Add line to list
if (!line.trim().isEmpty()) {
lines.add(line);
}
}
reader.close();