formatting
[jalview.git] / src / jalview / datamodel / AnnotatedCollectionI.java
index ff365a9..b882123 100644 (file)
@@ -4,7 +4,9 @@ public interface AnnotatedCollectionI extends SequenceCollectionI
 {
 
   /**
-   * TODO: decide if null is a valid response if there is no annotation on the object
+   * TODO: decide if null is a valid response if there is no annotation on the
+   * object
+   * 
    * @return null
    */
   AlignmentAnnotation[] getAlignmentAnnotation();