EscapeBot remove Exception
This commit is contained in:
parent
6c7d107424
commit
93347f555f
@ -13,7 +13,7 @@ public class EscapeBot extends Bot {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected char nextMove(View view) throws Exception {
|
protected char nextMove(View view) {
|
||||||
System.out.println();
|
System.out.println();
|
||||||
if (view.data.contains("o")) {
|
if (view.data.contains("o")) {
|
||||||
int index = view.data.indexOf('o');
|
int index = view.data.indexOf('o');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user