Organize imports

Change-Id: Idf972e4014e7f9d08011312b4690859de39cd2f0
This commit is contained in:
David Pursehouse
2015-08-20 11:29:39 +09:00
parent bd7fc85815
commit edcb8d3f0a
16 changed files with 16 additions and 19 deletions

View File

@@ -19,7 +19,6 @@ import static com.google.gerrit.client.RelativeDateFormatter.HOUR_IN_MILLIS;
import static com.google.gerrit.client.RelativeDateFormatter.MINUTE_IN_MILLIS;
import static com.google.gerrit.client.RelativeDateFormatter.SECOND_IN_MILLIS;
import static com.google.gerrit.client.RelativeDateFormatter.YEAR_IN_MILLIS;
import static org.junit.Assert.assertEquals;
import org.eclipse.jgit.util.RelativeDateFormatter;