u25 fix 2

This commit is contained in:
Luca Conte 2022-12-01 18:37:05 +01:00
parent 5b47447117
commit d39c00faa9
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ public class Diff {
if (!foundDiff) {
System.out.println("Keine Unterschiede gefunden");
}
scan2.close();
scan1.close();
}