u25 fix
This commit is contained in:
parent
f929623e0b
commit
5b47447117
Binary file not shown.
|
@ -29,7 +29,10 @@ public class Diff {
|
|||
String line2 = nextLine(scan2);
|
||||
|
||||
if (!line1.equals(line2)) {
|
||||
foundDiff = true;
|
||||
if (!foundDiff) {
|
||||
System.out.println("Unterschiede gefunden:");
|
||||
foundDiff = true;
|
||||
}
|
||||
System.out.println("Zeile " + zeile + ":");
|
||||
System.out.println("< " + line1);
|
||||
System.out.println("> " + line2);
|
||||
|
|
Loading…
Reference in New Issue