Skip to content
Snippets Groups Projects
Commit 37313fab authored by tcarver's avatar tcarver
Browse files

remove unused import

parent 9870f780
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
* 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/components/QualifierChoice.java,v 1.6 2008-01-14 10:05:50 tjc Exp $
*/
package uk.ac.sanger.artemis.components;
......@@ -30,20 +29,15 @@ import java.awt.Toolkit;
import uk.ac.sanger.artemis.Options;
import uk.ac.sanger.artemis.util.StringVector;
import uk.ac.sanger.artemis.io.GFFEntryInformation;
import uk.ac.sanger.artemis.io.Key;
import uk.ac.sanger.artemis.io.EntryInformation;
import javax.swing.JComboBox;
/**
* This is a Choice component that shows only the qualifier names for a given
* key.
*
* @author Kim Rutherford
* @version $Id: QualifierChoice.java,v 1.6 2008-01-14 10:05:50 tjc Exp $
**/
public class QualifierChoice extends JComboBox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment