JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / annotations / AnnotationRowBuilder.java
index b3d567a..c9b8f18 100644 (file)
@@ -97,7 +97,8 @@ public class AnnotationRowBuilder
     name = string;
   }
 
-  public AnnotationRowBuilder(String name, float min, float max, StructureImportSettings.TFType tft)
+  public AnnotationRowBuilder(String name, float min, float max,
+          StructureImportSettings.TFType tft)
   {
     this(name, min, max);
     setTFType(tft);