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

@@ -18,10 +18,7 @@
package chess;
/**
* Constants for different piece types.
* @author petero
*/
/** Constants for different piece types. */
public class Piece {
public static final int EMPTY = 0;