Organize imports

Change-Id: I68c8b6e5e7279137a877fd5ab3853c2ad2f07510
This commit is contained in:
Dave Borowitz
2016-06-23 09:49:36 -04:00
parent bd438959b3
commit 72c6449d22
6 changed files with 7 additions and 11 deletions

View File

@@ -18,9 +18,7 @@ import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.TruthJUnit.assume;
import static com.google.gerrit.reviewdb.client.RefNames.changeMetaRef;
import static com.google.gerrit.reviewdb.client.RefNames.refsDraftComments;
import static java.nio.charset.StandardCharsets.UTF_8;
import static org.eclipse.jgit.lib.Constants.OBJ_BLOB;
import com.google.common.base.Function;