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

remove redundant imports

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@10965 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 6b816d22
Branches
Tags
No related merge requests found
......@@ -20,19 +20,16 @@
* 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/FeatureTable.java,v 1.1 2004-06-09 09:49:25 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/FeatureTable.java,v 1.2 2009-06-01 09:45:32 tjc Exp $
*/
package uk.ac.sanger.artemis.io;
import java.util.Vector;
import java.util.NoSuchElementException;
/**
* This object contains all the features in an entry.
*
* @author Kim Rutherford
* @version $Id: FeatureTable.java,v 1.1 2004-06-09 09:49:25 tjc Exp $
* @version $Id: FeatureTable.java,v 1.2 2009-06-01 09:45:32 tjc Exp $
*/
abstract class FeatureTable extends LineGroup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment