Skip to content
Snippets Groups Projects
Commit d6c03843 authored by tjc's avatar tjc
Browse files

docs

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4277 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 5b39bd81
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GFFStreamFeature.java,v 1.30 2006-04-11 14:15:42 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GFFStreamFeature.java,v 1.31 2006-04-11 14:49:16 tjc Exp $
*/
package uk.ac.sanger.artemis.io;
......@@ -39,7 +39,7 @@ import java.text.SimpleDateFormat;
* A StreamFeature that thinks it is a GFF feature.
*
* @author Kim Rutherford
* @version $Id: GFFStreamFeature.java,v 1.30 2006-04-11 14:15:42 tjc Exp $
* @version $Id: GFFStreamFeature.java,v 1.31 2006-04-11 14:49:16 tjc Exp $
**/
public class GFFStreamFeature extends SimpleDocumentFeature
......@@ -56,6 +56,7 @@ public class GFFStreamFeature extends SimpleDocumentFeature
/** store for spliced features containing id and range of each segment */
private Hashtable id_range_store;
/** store the Timestamp for the feature */
private Timestamp timelastmodified;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment