Merge branch 'develop' into releases/Release_2_10_2_Branch
[jalview.git] / src / jalview / datamodel / AllColsIterator.java
index c1296d5..1ff6a66 100644 (file)
@@ -38,7 +38,8 @@ public class AllColsIterator implements Iterator<Integer>
 
   private int current;
 
-  public AllColsIterator(int firstcol, int lastcol, HiddenColumns hiddenCols)
+  public AllColsIterator(int firstcol, int lastcol,
+          HiddenColumns hiddenCols)
   {
     last = lastcol;
     next = firstcol;
@@ -70,4 +71,3 @@ public class AllColsIterator implements Iterator<Integer>
     throw new UnsupportedOperationException();
   }
 }
-