Extensions GWT API: Align rule with package boundaries

Plugins need to be adapted to import the classes from the new client
package.

Change-Id: I9c3533410fbfceebcdf4d7d899513d14ea1f0f34
This commit is contained in:
David Ostrovsky
2015-01-23 23:40:11 +01:00
committed by David Pursehouse
parent 6f560ffbdd
commit 7a722f73fd
108 changed files with 163 additions and 170 deletions

View File

@@ -14,7 +14,7 @@
package gerrit;
import com.google.gerrit.extensions.common.SubmitType;
import com.google.gerrit.extensions.client.SubmitType;
import com.google.gerrit.rules.StoredValues;
import com.google.gerrit.server.project.ChangeControl;