JAL-1807 explicit imports (jalview.gui)
[jalview.git] / src / jalview / gui / RestServiceEditorPane.java
index 8a77329..cf01ab6 100644 (file)
@@ -24,6 +24,7 @@ import jalview.io.packed.DataProvider.JvDataType;
 import jalview.jbgui.GRestServiceEditorPane;
 import jalview.util.MessageManager;
 import jalview.ws.rest.InputType;
+import jalview.ws.rest.RestClient;
 import jalview.ws.rest.RestServiceDescription;
 
 import java.awt.BorderLayout;
@@ -54,13 +55,13 @@ public class RestServiceEditorPane extends GRestServiceEditorPane
   /**
    * the latest version of the service definition.
    */
-  jalview.ws.rest.RestServiceDescription currentservice = null;
+  RestServiceDescription currentservice = null;
 
   /**
    * original service passed to editor if we are modifying an existing service
    * definition
    */
-  jalview.ws.rest.RestServiceDescription oldservice = null;
+  RestServiceDescription oldservice = null;
 
   public RestServiceEditorPane()
   {
@@ -474,8 +475,7 @@ public class RestServiceEditorPane extends GRestServiceEditorPane
             df.getContentPane().setLayout(new BorderLayout());
             df.getContentPane().add(
                     (nulserv = !nulserv) ? new RestServiceEditorPane(
-                            jalview.ws.rest.RestClient
-                                    .makeShmmrRestClient()
+                            RestClient.makeShmmrRestClient()
                                     .getRestDescription())
                             : new RestServiceEditorPane(),
                     BorderLayout.CENTER);