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

@@ -30,10 +30,6 @@ import org.petero.droidfish.gamelogic.MoveGen;
import org.petero.droidfish.gamelogic.Position;
import org.petero.droidfish.gamelogic.TextIO;
/**
*
* @author petero
*/
public class BookTest extends TestCase {
public BookTest() {

View File

@@ -23,10 +23,6 @@ import java.util.ArrayList;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class GameTest extends TestCase {
public GameTest() {

View File

@@ -23,10 +23,6 @@ import java.util.List;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class MoveGenTest extends TestCase {
public MoveGenTest() {

View File

@@ -20,10 +20,6 @@ package org.petero.droidfish.gamelogic;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class MoveTest extends TestCase {
public MoveTest() {

View File

@@ -21,10 +21,6 @@ package org.petero.droidfish.gamelogic;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class PieceTest extends TestCase {
public PieceTest() {

View File

@@ -23,10 +23,6 @@ import java.util.List;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class PositionTest extends TestCase {
public PositionTest() {

View File

@@ -21,10 +21,6 @@ package org.petero.droidfish.gamelogic;
import junit.framework.TestCase;
/**
*
* @author petero
*/
public class TextIOTest extends TestCase {
public TextIOTest() {