remove unused imports

This commit is contained in:
Sebastian Sdorra
2013-02-01 11:43:26 +01:00
parent dcaebde6c4
commit 340cfbef11
18 changed files with 0 additions and 24 deletions

View File

@@ -44,7 +44,6 @@ import sonia.scm.repository.client.spi.RepositoryClientProvider;
//~--- JDK imports ------------------------------------------------------------
import java.io.Closeable;
import java.io.IOException;
/**
*

View File

@@ -42,9 +42,6 @@ import static org.junit.Assert.*;
//~--- JDK imports ------------------------------------------------------------
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
/**
*