Skip to content

Commit

Permalink
Clean-up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lrozenblyum committed Nov 26, 2012
1 parent 45ae689 commit ddbfa7d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
@@ -1,7 +1,5 @@
package com.leokom.chess.gui.winboard;

import com.leokom.chess.gui.Communicator;

/**
* Low-level Winboard-commands for some abstraction
* and easier testing.
Expand Down
@@ -1,7 +1,6 @@
package com.leokom.chess.gui.winboard;

import com.leokom.chess.framework.Player;
import com.leokom.chess.gui.Communicator;
import com.leokom.chess.framework.PlayerMovedListener;
import org.apache.log4j.Logger;

Expand Down
@@ -1,7 +1,5 @@
package com.leokom.chess.gui.winboard;

import com.leokom.chess.gui.Communicator;

/**
* Author: Leonid
* Date-time: 10.11.12 21:56
Expand Down
Expand Up @@ -4,7 +4,6 @@
import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

/**
* Author: Leonid
Expand Down

0 comments on commit ddbfa7d

Please sign in to comment.