From: jprocter Date: Fri, 19 Jan 2007 11:22:35 +0000 (+0000) Subject: javadoc X-Git-Tag: Release_2_3~469 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=cfbeda226e2ac27f6d02572b1c9589a3e2f1c747;p=jalview.git javadoc --- diff --git a/src/jalview/datamodel/SequenceFeature.java b/src/jalview/datamodel/SequenceFeature.java index fd240b9..094e060 100755 --- a/src/jalview/datamodel/SequenceFeature.java +++ b/src/jalview/datamodel/SequenceFeature.java @@ -44,6 +44,13 @@ public class SequenceFeature public SequenceFeature() {} + /** + * Constructs a duplicate feature. + * Note: Uses clone on the otherDetails so only shallow copies are made + * of additional properties and method will silently fail if unclonable + * objects are found in the hash. + * @param cpy + */ public SequenceFeature(SequenceFeature cpy) { if (cpy!=null) { begin = cpy.begin;