JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / gui / FeatureEditor.java
index 606d843..880a1b2 100644 (file)
@@ -253,7 +253,7 @@ public class FeatureEditor
            */
           final String ft = features.get(featureIndex).getType();
           final String type = ft == null ? lastFeatureAdded : ft;
-          FeatureTypeSettings fcc = new FeatureTypeSettings(fr, type,true);
+          FeatureTypeSettings fcc = new FeatureTypeSettings(fr, type, true);
           fcc.setRequestFocusEnabled(true);
           fcc.requestFocus();
           fcc.addActionListener(new ActionListener()