Skip to content
Snippets Groups Projects
Commit 6332807b authored by tcarver's avatar tcarver
Browse files

add cast in getFeatureName()

parent 228cb8d7
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ import uk.ac.sanger.artemis.util.StringVector;
qNames = new StringVector();
Object objs[] = systematicListSelectionPanel.getResultArray();
for(Object o: objs)
qNames.add(o);
qNames.add((String)o);
}
return pickName(f, qNames);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment