fix in TextOutput
This commit is contained in:
parent
6a60150a19
commit
94fa99d5b2
|
@ -64,11 +64,13 @@ public class TextOutput {
|
||||||
System.out.print(" ");
|
System.out.print(" ");
|
||||||
currentLength = word.length() + 1;
|
currentLength = word.length() + 1;
|
||||||
}
|
}
|
||||||
}
|
else {
|
||||||
}
|
|
||||||
System.out.println();
|
System.out.println();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method which sets the Variable formatRaw to true.
|
* Method which sets the Variable formatRaw to true.
|
||||||
|
|
Loading…
Reference in New Issue