test again
This commit is contained in:
parent
32042357ce
commit
87badde599
|
|
@ -39,5 +39,6 @@ public class Move {
|
|||
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
|
||||
}
|
||||
// remove commit message
|
||||
// search for push
|
||||
// test again
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue