JAL-4258 remove unnecessary ‘this’
authorJames Procter <j.procter@dundee.ac.uk>
Wed, 6 Sep 2023 13:45:13 +0000 (14:45 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Wed, 6 Sep 2023 13:45:13 +0000 (14:45 +0100)
src/jalview/gui/AlignmentPanel.java

index ee71483..27397e2 100644 (file)
@@ -340,7 +340,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
     {
       if (Jalview.isHeadlessMode())
       {
-        AnnotationLabels aal = this.getAlabels();
+        AnnotationLabels aal = getAlabels();
         int stringWidth = aal.drawLabels(null, false, idWidth, false, fm);
         idWidth = Math.max(idWidth, stringWidth);
       }