removed unused imports

This commit is contained in:
North 2012-05-26 20:08:18 +03:00
parent af2cfd8095
commit 06a185a3a5
430 changed files with 85 additions and 823 deletions

View file

@ -34,8 +34,8 @@ import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
import mage.server.util.config.Config;
import mage.server.util.config.Plugin;
import mage.server.util.config.GamePlugin;
import mage.server.util.config.Plugin;
import org.apache.log4j.Logger;
/**