Skip to content
Snippets Groups Projects
Commit baf9c9bf authored by Peter J. Martel's avatar Peter J. Martel
Browse files

Cleanup bindings

parent 40bcd6d8
No related branches found
No related tags found
No related merge requests found
...@@ -115,14 +115,6 @@ public void setKnownBadDatabase(String path) throws TskException { ...@@ -115,14 +115,6 @@ public void setKnownBadDatabase(String path) throws TskException {
this.caseHandle.setKnownBadDatabase(path); this.caseHandle.setKnownBadDatabase(path);
} }
public void setNSRLDatabase(String path) throws TskException {
this.caseHandle.setNSRLDatabase(path);
}
public void setKnownBadDatabase(String path) throws TskException {
this.caseHandle.setKnownBadDatabase(path);
}
public void clearLookupDatabases() throws TskException { public void clearLookupDatabases() throws TskException {
this.caseHandle.clearLookupDatabases(); this.caseHandle.clearLookupDatabases();
} }
...@@ -384,6 +376,7 @@ public List<Content> getRootObjects() throws TskException { ...@@ -384,6 +376,7 @@ public List<Content> getRootObjects() throws TskException {
} }
return rootObjs; return rootObjs;
} catch (SQLException ex) { } catch (SQLException ex) {
throw new TskException("Error getting root objects.", ex); throw new TskException("Error getting root objects.", ex);
} }
...@@ -421,7 +414,6 @@ Collection<ObjectInfo> getChildrenInfo(Content c) throws SQLException { ...@@ -421,7 +414,6 @@ Collection<ObjectInfo> getChildrenInfo(Content c) throws SQLException {
return infos; return infos;
} }
/**
ObjectInfo getParentInfo(Content c) throws SQLException { ObjectInfo getParentInfo(Content c) throws SQLException {
Statement s = con.createStatement(); Statement s = con.createStatement();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment