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

getGene set to private

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2736 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 88e0fd6d
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ public class DatabaseDocument extends Document ...@@ -169,7 +169,7 @@ public class DatabaseDocument extends Document
return null; return null;
} }
public String getGene(Connection conn, String parentFeatureID) private String getGene(Connection conn, String parentFeatureID)
throws java.sql.SQLException throws java.sql.SQLException
{ {
Statement st = conn.createStatement(); Statement st = conn.createStatement();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment