refactored old jalview service code to its own package.
[jalview.git] / src / jalview / ws / jws1 / JPredClient.java
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from src/jalview/ws/JPredClient.java
rename to src/jalview/ws/jws1/JPredClient.java
index 23f4de6..eab47d7
@@ -15,7 +15,7 @@
  * 
  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
  */
-package jalview.ws;
+package jalview.ws.jws1;
 
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
@@ -371,7 +371,7 @@ public class JPredClient extends WS1Client
         if (msa.getSequences().length == 1)
         {
           // Single Sequence prediction
-          new jalview.ws.JPredClient(sh, af.getTitle(), false, msa, af,
+          new jalview.ws.jws1.JPredClient(sh, af.getTitle(), false, msa, af,
                   true);
         }
         else
@@ -379,7 +379,7 @@ public class JPredClient extends WS1Client
           if (msa.getSequences().length > 1)
           {
             // Sequence profile based prediction
-            new jalview.ws.JPredClient(sh, af.getTitle(), true, msa, af,
+            new jalview.ws.jws1.JPredClient(sh, af.getTitle(), true, msa, af,
                     true);
           }
         }