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 {
}
@Override
public Content getParent() throws TskCoreException {
public synchronized Content getParent() throws TskCoreException {
if (parent == null) {
ObjectInfo parentInfo = null;
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