X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FShiftList.java;h=860a700fe1c09abfc6ea26f0da677f1f89f705d2;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=38d6a32fb8dc9c6d157ae737380872539b1db70e;hpb=be32c14cd8e48fe0a207cd7030cb9cd46f894678;p=jalview.git diff --git a/src/jalview/util/ShiftList.java b/src/jalview/util/ShiftList.java index 38d6a32..860a700 100644 --- a/src/jalview/util/ShiftList.java +++ b/src/jalview/util/ShiftList.java @@ -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] }); } } }