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

fix save as genbank

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4266 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent e132b2e2
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GenbankStreamSequence.java,v 1.4 2005-07-18 14:25:15 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GenbankStreamSequence.java,v 1.5 2006-04-07 17:32:54 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -34,7 +34,7 @@ import java.io.Writer; ...@@ -34,7 +34,7 @@ import java.io.Writer;
* This is a subclass of StreamSequence containing GENBANK format sequence. * This is a subclass of StreamSequence containing GENBANK format sequence.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: GenbankStreamSequence.java,v 1.4 2005-07-18 14:25:15 tjc Exp $ * @version $Id: GenbankStreamSequence.java,v 1.5 2006-04-07 17:32:54 tjc Exp $
**/ **/
public class GenbankStreamSequence extends StreamSequence public class GenbankStreamSequence extends StreamSequence
...@@ -62,7 +62,7 @@ public class GenbankStreamSequence extends StreamSequence ...@@ -62,7 +62,7 @@ public class GenbankStreamSequence extends StreamSequence
**/ **/
public GenbankStreamSequence(final Sequence sequence) public GenbankStreamSequence(final Sequence sequence)
{ {
setFromChar(((GenbankStreamSequence)sequence).getCharSequence()); setFromChar(((StreamSequence)sequence).getCharSequence());
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment