return to work
This commit is contained in:
parent
a1a0b9e9a9
commit
f205d3cc27
|
|
@ -39,5 +39,5 @@ public class Move {
|
|||
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
|
||||
}
|
||||
// remove commit message
|
||||
// return to work
|
||||
// return to workk
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue