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

make iBatis connection object static

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@10269 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 8f4dc6e6
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ public class DatabaseDocument extends Document
private JdbcDAO jdbcDAO = null;
/** iBatis DAO */
private IBatisDAO connIB = null;
private static IBatisDAO connIB = null;
private ByteBuffer[] gff_buffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment