(JAL-1016) noted position where race condition occurs
[jalview.git] / src / org / biojava / dasobert / das2 / Das2Source.java
index 1d96298..71d59e0 100755 (executable)
@@ -24,18 +24,18 @@ package org.biojava.dasobert.das2;
 
 import org.biojava.dasobert.dasregistry.*;
 
-public interface Das2Source
-    extends DasSource
+public interface Das2Source extends DasSource
 {
 
   public Das2Capability[] getDas2Capabilities();
 
   public void setDas2Capabilities(Das2Capability[] capabilities);
 
-  /** test if this is a DAS1 source represented as a DAS2 source
-   *  if true - this source can be converted into a DAS1 source by using
-   *  DasSourceConverter.toDas1(Das2Source);
-   *
+  /**
+   * test if this is a DAS1 source represented as a DAS2 source if true - this
+   * source can be converted into a DAS1 source by using
+   * DasSourceConverter.toDas1(Das2Source);
+   * 
    * @return true if the DasSource has DAS1 capabilties
    */
   public boolean hasDas1Capabilities();