Organize imports

Change-Id: I8bb7fa997ca128416dfd1434480aa2da2afb2f3e
This commit is contained in:
Dave Borowitz
2016-05-20 14:06:36 -04:00
parent 94d88d327b
commit 360087d8ac
8 changed files with 4 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ import static com.google.common.truth.Truth.assertThat;
import com.google.gerrit.acceptance.GerritConfig;
import com.google.gerrit.acceptance.NoHttpd;
import com.google.gerrit.testutil.ConfigSuite;
import com.google.gerrit.reviewdb.client.Project;
import com.google.gerrit.testutil.ConfigSuite;
import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.lib.Config;

View File

@@ -31,8 +31,8 @@ import com.google.gerrit.extensions.restapi.ResourceNotFoundException;
import com.google.gerrit.reviewdb.client.AccountGroup;
import com.google.gerrit.server.config.AllProjectsNameProvider;
import com.google.gerrit.server.group.SystemGroupBackend;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Constants;
import org.junit.Before;
import org.junit.Test;

View File

@@ -58,7 +58,6 @@ import com.google.gerrit.testutil.TestTimeUtil;
import com.google.inject.Inject;
import com.google.inject.Provider;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectInserter;
import org.eclipse.jgit.lib.Ref;