apply jalview code style
[jalview.git] / src / jalview / schemabinding / version2 / descriptors / AnnotationDescriptor.java
index 184216e..c30ef18 100644 (file)
@@ -835,8 +835,7 @@ public class AnnotationDescriptor extends
         try\r
         {\r
           Annotation target = (Annotation) object;\r
-          target\r
-                  .addAnnotationElement((jalview.schemabinding.version2.AnnotationElement) value);\r
+          target.addAnnotationElement((jalview.schemabinding.version2.AnnotationElement) value);\r
         } catch (java.lang.Exception ex)\r
         {\r
           throw new IllegalStateException(ex.toString());\r
@@ -986,8 +985,7 @@ public class AnnotationDescriptor extends
         try\r
         {\r
           Annotation target = (Annotation) object;\r
-          target\r
-                  .setThresholdLine((jalview.schemabinding.version2.ThresholdLine) value);\r
+          target.setThresholdLine((jalview.schemabinding.version2.ThresholdLine) value);\r
         } catch (java.lang.Exception ex)\r
         {\r
           throw new IllegalStateException(ex.toString());\r