Formatting
[jalview.git] / src / ext / vamsas / IRegistryService.java
index 9f09f02..2590314 100755 (executable)
@@ -7,10 +7,14 @@
 
 package ext.vamsas;
 
-public interface IRegistryService extends javax.xml.rpc.Service {
-    public java.lang.String getRegistryServiceAddress();
+public interface IRegistryService
+    extends javax.xml.rpc.Service
+{
+  public java.lang.String getRegistryServiceAddress();
 
-    public ext.vamsas.IRegistry getRegistryService() throws javax.xml.rpc.ServiceException;
+  public ext.vamsas.IRegistry getRegistryService()
+      throws javax.xml.rpc.ServiceException;
 
-    public ext.vamsas.IRegistry getRegistryService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
+  public ext.vamsas.IRegistry getRegistryService(java.net.URL portAddress)
+      throws javax.xml.rpc.ServiceException;
 }