mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-10 16:12:41 +01:00
Removed useless comments.
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -23,10 +23,6 @@ import java.util.ArrayList;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class GameTest extends TestCase {
|
||||
|
||||
public GameTest() {
|
||||
|
||||
@@ -23,10 +23,6 @@ import java.util.List;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class MoveGenTest extends TestCase {
|
||||
|
||||
public MoveGenTest() {
|
||||
|
||||
@@ -20,10 +20,6 @@ package org.petero.droidfish.gamelogic;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class MoveTest extends TestCase {
|
||||
|
||||
public MoveTest() {
|
||||
|
||||
@@ -21,10 +21,6 @@ package org.petero.droidfish.gamelogic;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class PieceTest extends TestCase {
|
||||
|
||||
public PieceTest() {
|
||||
|
||||
@@ -23,10 +23,6 @@ import java.util.List;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class PositionTest extends TestCase {
|
||||
|
||||
public PositionTest() {
|
||||
|
||||
@@ -21,10 +21,6 @@ package org.petero.droidfish.gamelogic;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author petero
|
||||
*/
|
||||
public class TextIOTest extends TestCase {
|
||||
|
||||
public TextIOTest() {
|
||||
|
||||
Reference in New Issue
Block a user