Skip to content
Snippets Groups Projects
Commit 5e87918b authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge pull request #151 from adam-m/master

jni: better log message when loading libs, synchronize getParent() lazy loading
parents ea821bec a1e88467
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ public synchronized String getUniquePath() throws TskCoreException { ...@@ -72,7 +72,7 @@ public synchronized String getUniquePath() throws TskCoreException {
} }
@Override @Override
public Content getParent() throws TskCoreException { public synchronized Content getParent() throws TskCoreException {
if (parent == null) { if (parent == null) {
ObjectInfo parentInfo = null; ObjectInfo parentInfo = null;
try { try {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment