Organize imports Change-Id: I9745b953a635c90232a01272e86631780e44996d
diff --git a/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java b/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java index 94dea1b..8247e64 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java +++ b/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java
@@ -19,8 +19,8 @@ import com.google.gerrit.acceptance.LightweightPluginDaemonTest; import com.google.gerrit.acceptance.RestResponse; import com.google.gerrit.acceptance.TestPlugin; - import com.google.gerrit.acceptance.UseSsh; + import org.junit.Test; @TestPlugin(