Make sure the code compiles after svn2git conversion.

This commit is contained in:
2019-08-24 00:29:48 +02:00
parent 02fec46a2b
commit c408f2c427
7 changed files with 31 additions and 0 deletions

View File

@ -122,12 +122,14 @@ class MoveTest extends Move {
super(move, board);
}
/*
public MoveTest(String move, Piece pieceToMove) throws NotAValidMoveException, NotAValidSquare {
super(move, pieceToMove);
}
public MoveTest(String move, Piece pieceToMove, Piece pieceToCapture) throws NotAValidMoveException, NotAValidSquare {
super(move, pieceToMove, pieceToCapture);
}
*/
public void display() {
System.out.println(" ");