Clean up the code
[proteocache.git] / server / compbio / ws / jpred / WSPublisher.java
index f3045cd..01747e0 100644 (file)
@@ -3,10 +3,10 @@ package compbio.ws.jpred;
 import javax.xml.ws.Endpoint;
 
 public class WSPublisher {
-       
+
        public static void main(String[] args) {
-                  Endpoint.publish("http://localhost:1236/proteocache/services", new JpredWS());
-        
-                  System.out.println("Service is published!");
-           }
+               Endpoint.publish("http://localhost:1236/proteocache/services", new JpredWS());
+
+               System.out.println("Service is published!");
+       }
 }