JAL-1705 Javadoc / debug output tweaks
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 8146400..4a7706f 100755 (executable)
@@ -423,6 +423,12 @@ public class SequenceFeature
     return strand;
   }
 
+  /**
+   * Set the value of strand
+   * 
+   * @param strand
+   *          should be "+" for forward, or "-" for reverse
+   */
   public void setStrand(String strand)
   {
     setValue(STRAND, strand);