Organize imports

Change-Id: I421b8013b1960108044c206d5e82d7ee64a6ccb1
This commit is contained in:
Dave Borowitz
2015-10-13 13:51:10 -04:00
parent 6dce517c08
commit 55ceb1c952
4 changed files with 5 additions and 6 deletions

View File

@@ -14,13 +14,12 @@
package com.google.gerrit.client;
import static com.google.gerrit.client.FormatUtil.formatBytes;
import static org.junit.Assert.assertEquals;
import com.googlecode.gwt.test.GwtModule;
import com.googlecode.gwt.test.GwtTest;
import static com.google.gerrit.client.FormatUtil.formatBytes;
import org.junit.Ignore;
import org.junit.Test;