X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FFeatureSettings.java;fp=src%2Fjalview%2Fbinding%2FFeatureSettings.java;h=321536d2d51b7aac396a19fa555e16deb4796fed;hb=be762d8d9c71a7aa3121e845c45911c7192b7827;hp=c4d5c4f32d200c7964518bdb3122372d80bcabcc;hpb=d1bb7a31fc091606aedbc255a5766ac79e36fa91;p=jalview.git diff --git a/src/jalview/binding/FeatureSettings.java b/src/jalview/binding/FeatureSettings.java index c4d5c4f..321536d 100644 --- a/src/jalview/binding/FeatureSettings.java +++ b/src/jalview/binding/FeatureSettings.java @@ -97,9 +97,9 @@ public class FeatureSettings implements java.io.Serializable // check bounds for index if (index < 0 || index >= this._settingList.size()) { - throw new IndexOutOfBoundsException("getSetting: Index value '" - + index + "' not in range [0.." - + (this._settingList.size() - 1) + "]"); + throw new IndexOutOfBoundsException( + "getSetting: Index value '" + index + "' not in range [0.." + + (this._settingList.size() - 1) + "]"); } return (jalview.binding.Setting) _settingList.get(index); @@ -230,9 +230,9 @@ public class FeatureSettings implements java.io.Serializable // check bounds for index if (index < 0 || index >= this._settingList.size()) { - throw new IndexOutOfBoundsException("setSetting: Index value '" - + index + "' not in range [0.." - + (this._settingList.size() - 1) + "]"); + throw new IndexOutOfBoundsException( + "setSetting: Index value '" + index + "' not in range [0.." + + (this._settingList.size() - 1) + "]"); } this._settingList.set(index, vSetting); @@ -270,8 +270,8 @@ public class FeatureSettings implements java.io.Serializable throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException { - return (jalview.binding.FeatureSettings) Unmarshaller.unmarshal( - jalview.binding.FeatureSettings.class, reader); + return (jalview.binding.FeatureSettings) Unmarshaller + .unmarshal(jalview.binding.FeatureSettings.class, reader); } /**