Organize ALL the imports

This was an accident; I had the wrong thing selected in Eclipse when I
pressed Ctrl-Shift-O. It was surprisingly fast and the delta is
surprisingly small so I figured I'd submit it.

Change-Id: I7069f47509c981b59c84755a5aed7945c7f0c9fc
This commit is contained in:
Dave Borowitz
2014-08-19 15:57:29 -07:00
committed by David Pursehouse
parent b173424c3b
commit 33e391d729
70 changed files with 121 additions and 115 deletions

View File

@@ -17,6 +17,7 @@ package com.google.gerrit.pgm.init;
import static org.easymock.EasyMock.createStrictMock;
import static org.easymock.EasyMock.replay;
import static org.easymock.EasyMock.verify;
import static org.junit.Assert.assertNotNull;
import com.google.gerrit.pgm.init.api.ConsoleUI;
import com.google.gerrit.server.config.SitePaths;
@@ -24,8 +25,6 @@ import com.google.inject.Provider;
import org.junit.Test;
import static org.junit.Assert.assertNotNull;
import java.io.File;
import java.io.FileNotFoundException;