X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureMatcherSet.java;h=ee4bf12acffacc00bec4e80b71ba1e96a1af455f;hb=36f083dc674297be2157d9f291a7cddba9d3250a;hp=b51f2f0a5cc95e3de1f9e3be3404709d1cea6781;hpb=57fc318fdea0d3e846dfeb5fe84a5f32abd69ee0;p=jalview.git diff --git a/src/jalview/datamodel/features/FeatureMatcherSet.java b/src/jalview/datamodel/features/FeatureMatcherSet.java index b51f2f0..ee4bf12 100644 --- a/src/jalview/datamodel/features/FeatureMatcherSet.java +++ b/src/jalview/datamodel/features/FeatureMatcherSet.java @@ -1,5 +1,27 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.datamodel.features; +import java.util.Locale; + import jalview.datamodel.SequenceFeature; import jalview.util.MessageManager; @@ -237,7 +259,7 @@ public class FeatureMatcherSet implements FeatureMatcherSetI if (!first) { String joiner = andConditions ? AND_18N : OR_I18N; - sb.append(SPACE).append(joiner.toLowerCase()).append(SPACE); + sb.append(SPACE).append(joiner.toLowerCase(Locale.ROOT)).append(SPACE); } first = false; if (multiple)