formatting
[jalview.git] / src / jalview / ws / rest / AlignmentProcessor.java
index 51f9001..0140dd8 100644 (file)
@@ -19,10 +19,13 @@ package jalview.ws.rest;
 
 import jalview.datamodel.AlignmentI;
 
-public interface AlignmentProcessor {
+public interface AlignmentProcessor
+{
   /**
    * prepare the context alignment for this input
-   * @param al - alignment to be processed
+   * 
+   * @param al
+   *          - alignment to be processed
    * @return al or a new alignment with appropriate attributes/order for input
    */
   public AlignmentI prepareAlignment(AlignmentI al);