Skip to content
Snippets Groups Projects
Commit 292376d3 authored by tjc's avatar tjc
Browse files

add test to main()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3901 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 268d2427
No related branches found
No related tags found
No related merge requests found
......@@ -1047,8 +1047,8 @@ public class DatabaseDocument extends Document
SqlMapClient sqlMap = DbSqlConfig.getSqlMapInstance();
Feature feature = new Feature();
feature.setId(2);
feature.setSchema("lbraziliensis");
feature.setId(Integer.parseInt(args[0]));
feature.setSchema(args[1]);
List featureList = sqlMap.queryForList("getGffLine", feature);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment