X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FAlignmentAnnotationUtils.java;h=f5626cede30458f5f4562cc7af6d411adf6f6a42;hb=refs%2Fheads%2Fpatch%2FJAL-3561_JAL-3660_fileformatexport_CLI;hp=9a49ba425649ae7d6d4b9f89d9d82fed90c8dec2;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/analysis/AlignmentAnnotationUtils.java b/src/jalview/analysis/AlignmentAnnotationUtils.java index 9a49ba4..f5626ce 100644 --- a/src/jalview/analysis/AlignmentAnnotationUtils.java +++ b/src/jalview/analysis/AlignmentAnnotationUtils.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -91,9 +91,8 @@ public class AlignmentAnnotationUtils { continue; } - if (forSequences != null - && (aa.sequenceRef != null && forSequences - .contains(aa.sequenceRef))) + if (forSequences != null && (aa.sequenceRef != null + && forSequences.contains(aa.sequenceRef))) { String calcId = aa.getCalcId(); @@ -114,8 +113,8 @@ public class AlignmentAnnotationUtils .get(calcId); if (groupLabelsForCalcId.containsKey(aa.graphGroup)) { - if (!groupLabelsForCalcId.get(aa.graphGroup).contains( - displayLabel)) + if (!groupLabelsForCalcId.get(aa.graphGroup) + .contains(displayLabel)) { groupLabelsForCalcId.get(aa.graphGroup).add(displayLabel); }