X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fcommands%2FRemoveGapsCommand.java;h=3a485c8ea067c61bffb81a25221827ba361342f0;hb=refs%2Fheads%2Fj2s%2Fdevelop;hp=e49d42b91394a86d7e581996d2f4c4c368a6c97a;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/commands/RemoveGapsCommand.java b/src/jalview/commands/RemoveGapsCommand.java index e49d42b..3a485c8 100644 --- a/src/jalview/commands/RemoveGapsCommand.java +++ b/src/jalview/commands/RemoveGapsCommand.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) - * Copyright (C) 2014 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. * @@ -41,6 +41,7 @@ package jalview.commands; import jalview.datamodel.AlignmentI; import jalview.datamodel.SequenceI; +import jalview.util.Comparison; public class RemoveGapsCommand extends EditCommand { @@ -92,7 +93,7 @@ public class RemoveGapsCommand extends EditCommand { delete = true; - if (!jalview.util.Comparison.isGap(sequence[j])) + if (!Comparison.isGap(sequence[j])) { if (delete) {