mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-24 09:24:58 +00:00
Fix compile error
This commit is contained in:
parent
07bc781c3d
commit
a84cb80288
@ -26,7 +26,7 @@ public class CommandLine {
|
|||||||
if (input == null) {
|
if (input == null) {
|
||||||
break; // TODO remove
|
break; // TODO remove
|
||||||
}
|
}
|
||||||
if (input.startsWith('#')) {
|
if (input.startsWith("#")) {
|
||||||
continue; // TODO remove
|
continue; // TODO remove
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user