Skip to content

Commit

Permalink
Remove unneccessary, dead locking synch from ImageGalleryController
Browse files Browse the repository at this point in the history
  • Loading branch information
rcordovano committed Dec 27, 2018
1 parent c1f8434 commit 94a78b2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,14 +553,12 @@ public ReadOnlyIntegerProperty getDBTasksQueueSizeProperty() {
return dbTaskQueueSize.getReadOnlyProperty();
}

public synchronized SleuthkitCase getSleuthKitCase() {
public SleuthkitCase getSleuthKitCase() {
return sleuthKitCase;

}

public ThumbnailCache getThumbsCache() {
return thumbnailCache;

}

/**
Expand Down

0 comments on commit 94a78b2

Please sign in to comment.