X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2Fdescriptors%2FMapListTypeDescriptor.java;h=858753f106fcff5aff595612f8a4a73c4f575ccd;hb=8a6fa9ea9900d0f106529c3f6283e7f9d76dd2cb;hp=b860d9f14bbe01191d5683b8369e5f8bf54ecdd5;hpb=153dd62dc91da13ae732600e6ea55ddbe15eab39;p=jalview.git diff --git a/src/jalview/schemabinding/version2/descriptors/MapListTypeDescriptor.java b/src/jalview/schemabinding/version2/descriptors/MapListTypeDescriptor.java index b860d9f..858753f 100644 --- a/src/jalview/schemabinding/version2/descriptors/MapListTypeDescriptor.java +++ b/src/jalview/schemabinding/version2/descriptors/MapListTypeDescriptor.java @@ -208,8 +208,7 @@ public class MapListTypeDescriptor extends try { MapListType target = (MapListType) object; - target - .addMapListFrom((jalview.schemabinding.version2.MapListFrom) value); + target.addMapListFrom((jalview.schemabinding.version2.MapListFrom) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); @@ -265,8 +264,7 @@ public class MapListTypeDescriptor extends try { MapListType target = (MapListType) object; - target - .addMapListTo((jalview.schemabinding.version2.MapListTo) value); + target.addMapListTo((jalview.schemabinding.version2.MapListTo) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString());