formatting
[jalview.git] / src / jalview / ws / dbsources / das / api / jalviewSourceI.java
index 7c36ddb..1b7c388 100644 (file)
@@ -34,7 +34,9 @@ public interface jalviewSourceI
 
   /**
    * 
-   * @return null if not a sequence source, otherwise a series of database sources that can be used to retrieve sequence data for particular database coordinate systems
+   * @return null if not a sequence source, otherwise a series of database
+   *         sources that can be used to retrieve sequence data for particular
+   *         database coordinate systems
    */
   List<DbSourceProxy> getSequenceSourceProxies();
 
@@ -42,12 +44,14 @@ public interface jalviewSourceI
 
   /**
    * returns the base URL for the latest version of a source's DAS endpoint set
+   * 
    * @return
    */
   String getSourceURL();
 
   /**
-   * test to see if this source's latest version is older than the given source 
+   * test to see if this source's latest version is older than the given source
+   * 
    * @param jalviewSourceI
    * @return true if newer than given source
    */