Formatting
[jalview.git] / src / ext / vamsas / IRegistry.java
index afddded..9300f59 100755 (executable)
@@ -7,6 +7,9 @@
 
 package ext.vamsas;
 
-public interface IRegistry extends java.rmi.Remote {
-    public ext.vamsas.ServiceHandles getServices() throws java.rmi.RemoteException;
+public interface IRegistry
+    extends java.rmi.Remote
+{
+  public ext.vamsas.ServiceHandles getServices()
+      throws java.rmi.RemoteException;
 }