diff --git a/uk/ac/sanger/artemis/chado/JdbcDAO.java b/uk/ac/sanger/artemis/chado/JdbcDAO.java index 2a52cccb773decc1e627b878a521017bd75a3bc9..62b8d71c2c0a1c186cffba8333d27e538046bf6a 100644 --- a/uk/ac/sanger/artemis/chado/JdbcDAO.java +++ b/uk/ac/sanger/artemis/chado/JdbcDAO.java @@ -47,7 +47,6 @@ import org.gmod.schema.general.DbXRef; import org.gmod.schema.organism.Organism; import org.gmod.schema.cv.CvTerm; import org.gmod.schema.cv.Cv; -import org.gmod.schema.general.Db; import org.gmod.schema.pub.Pub; import org.gmod.schema.pub.PubDbXRef; diff --git a/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java b/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java index 668c81389e8469131bb971656a5f60e5652a8931..7c879da0b07ba53dea3966a53010325f675816c3 100644 --- a/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java +++ b/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java @@ -109,7 +109,7 @@ class GoBox extends CvBoxA // the WITH column is associated with one or more FeatureCvTermDbXRef String with = getField("with=", qualifierString); withTextField = new JTextField(with); - withTextField.setToolTipText("with column"); + withTextField.setToolTipText("with/from column"); withTextField.setPreferredSize(dimension); withTextField.setMaximumSize(dimension); withTextField.setActionCommand("with=");