Organize imports

Change-Id: Iaaa2a4f98e297047a39b577184b182e10f847f27
This commit is contained in:
David Pursehouse
2015-02-20 10:15:52 +09:00
parent 97d073567c
commit 414737441e

View File

@@ -15,8 +15,8 @@
package com.google.gerrit.server;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.gerrit.server.change.ChangeKind.NO_CODE_CHANGE;
import static com.google.gerrit.server.change.ChangeKind.NO_CHANGE;
import static com.google.gerrit.server.change.ChangeKind.NO_CODE_CHANGE;
import static com.google.gerrit.server.change.ChangeKind.TRIVIAL_REBASE;
import com.google.common.collect.HashBasedTable;