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