JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / src / jalview / util / ShiftList.java
index 38d6a32..860a700 100644 (file)
@@ -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)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -57,8 +57,7 @@ public class ShiftList
       }
       if (sidx == shifts.size())
       {
-        shifts.add(sidx, new int[]
-        { pos, shift });
+        shifts.add(sidx, new int[] { pos, shift });
       }
       else
       {
@@ -115,8 +114,7 @@ public class ShiftList
         {
           if (sh != null)
           {
-            inverse.shifts.add(new int[]
-            { sh[0], -sh[1] });
+            inverse.shifts.add(new int[] { sh[0], -sh[1] });
           }
         }
       }