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

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4640 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent b5ed14fb
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,9 @@ public class DatabaseDocument extends Document ...@@ -102,6 +102,9 @@ public class DatabaseDocument extends Document
super(location); super(location);
this.pfield = pfield; this.pfield = pfield;
if(location.indexOf('=') > -1)
this.schema = location.substring( location.indexOf('=')+ 1);
if(System.getProperty("ibatis") != null) if(System.getProperty("ibatis") != null)
{ {
iBatis = true; iBatis = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment