Changes from JWS2 branch merged, mostly javadoc
[jabaws.git] / datamodel / compbio / data / sequence / FastaSequence.java
index 2032fec..1da5900 100644 (file)
@@ -25,13 +25,14 @@ import compbio.util.annotation.Immutable;
 \r
 /**\r
  * A FASTA formatted sequence. Please note that this class does not make any\r
- * assumptions as to what sequence it store e.g. it could be nucleotide, protein\r
- * or even gapped alignment sequence! The only guarantee it makes is that the\r
- * sequence does not contain white space characters e.g. spaces, new lines etc\r
+ * assumptions as to what sequence it stores e.g. it could be nucleotide,\r
+ * protein or even gapped alignment sequence! The only guarantee it makes is\r
+ * that the sequence does not contain white space characters e.g. spaces, new\r
+ * lines etc\r
  * \r
  * @author pvtroshin\r
  * \r
- *         Date September 2009\r
+ * @version 1.0 September 2009\r
  */\r
 \r
 @XmlAccessorType(XmlAccessType.FIELD)\r