X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemabinding%2Fversion2%2Fdescriptors%2FAnnotationDescriptor.java;h=c30ef18f795c2ed5b7c1112daa15ce117264ea7d;hb=6b71746c98f7c1118b474b0b920db3bd7b2a15c0;hp=455d9ca99cfe0dd7790aaf191813e5ba8dd2c7fd;hpb=d423f22792e47dbc800ae220a58677f988971d06;p=jalview.git diff --git a/src/jalview/schemabinding/version2/descriptors/AnnotationDescriptor.java b/src/jalview/schemabinding/version2/descriptors/AnnotationDescriptor.java index 455d9ca..c30ef18 100644 --- a/src/jalview/schemabinding/version2/descriptors/AnnotationDescriptor.java +++ b/src/jalview/schemabinding/version2/descriptors/AnnotationDescriptor.java @@ -1,5 +1,5 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5) + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6) * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle * * This file is part of Jalview. @@ -835,8 +835,7 @@ public class AnnotationDescriptor extends try { Annotation target = (Annotation) object; - target - .addAnnotationElement((jalview.schemabinding.version2.AnnotationElement) value); + target.addAnnotationElement((jalview.schemabinding.version2.AnnotationElement) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); @@ -986,8 +985,7 @@ public class AnnotationDescriptor extends try { Annotation target = (Annotation) object; - target - .setThresholdLine((jalview.schemabinding.version2.ThresholdLine) value); + target.setThresholdLine((jalview.schemabinding.version2.ThresholdLine) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString());