From: Jim Procter Date: Wed, 23 Sep 2020 16:17:10 +0000 (+0100) Subject: JAL-3748 fix compilation error X-Git-Tag: Release_2_11_1_3~5^2~18 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=59c977eb9eb8df1155fc197adc035f554e2919de;p=jalview.git JAL-3748 fix compilation error --- diff --git a/src/jalview/datamodel/AlignedCodonFrame.java b/src/jalview/datamodel/AlignedCodonFrame.java index 1b3c334..84a74b6 100644 --- a/src/jalview/datamodel/AlignedCodonFrame.java +++ b/src/jalview/datamodel/AlignedCodonFrame.java @@ -206,7 +206,6 @@ public class AlignedCodonFrame } return length; } - } } private List mappings;