Removed useless comments.

This commit is contained in:
Peter Osterlund
2016-12-25 13:20:14 +01:00
parent 82d2daa29d
commit 1808bbb10c
61 changed files with 26 additions and 233 deletions

View File

@@ -20,10 +20,6 @@ package chess;
import java.util.Comparator;
/**
*
* @author petero
*/
public class Move {
/** From square, 0-63. */
public int from;