JAL-1517 source formatting
[jalview.git] / src / jalview / datamodel / AnnotatedCollectionI.java
index abe9332..0b4c117 100644 (file)
@@ -35,7 +35,9 @@ public interface AnnotatedCollectionI extends SequenceCollectionI
 
   /**
    * context for this annotated collection
-   * @return null or the collection upon which this collection is defined (e.g. alignment, parent group).
+   * 
+   * @return null or the collection upon which this collection is defined (e.g.
+   *         alignment, parent group).
    */
   AnnotatedCollectionI getContext();
 }