JAL-1925 update source version in license
[jalview.git] / src / MCview / Zsort.java
index 20f034c..419cb9c 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -63,8 +63,7 @@ public class Zsort
       do
       {
         i++;
-      } while ((i < bonds.size())
-              && (bonds.elementAt(i).start[2] < x));
+      } while ((i < bonds.size()) && (bonds.elementAt(i).start[2] < x));
 
       if (i < j)
       {