Skip to content
Snippets Groups Projects
Commit 4b892964 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4336 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent bd9ee122
Branches
Tags
No related merge requests found
......@@ -370,7 +370,7 @@ public class DatabaseDocument extends Document
}
String gff_source;
StringBuffer feature_dbxref;
// get all dbrefs
Hashtable dbxrefs = dao.getDbxref(schema, null);
......@@ -924,7 +924,7 @@ public class DatabaseDocument extends Document
feature.setSchema(args[1]);
List featureList = sqlMap.queryForList("getFeature", feature);
System.out.println("FINISHED getFedature()");
System.out.println("FINISHED getFeature()");
for(int i = 0; i < featureList.size(); i++)
{
feature = (ChadoFeature)featureList.get(i);
......@@ -939,7 +939,6 @@ public class DatabaseDocument extends Document
//System.out.print(" "+feature.getProp_cvterm().getId());
System.out.print(" "+feature.getFeatureloc().getStrand());
System.out.print(" "+feature.getUniquename());
System.out.print(" "+feature.getTimelastmodified().toString());
System.out.print(" "+abb);
System.out.println(" "+Integer.toString(feature.getId()));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment