Skip to content

Commit 94a78b2

Browse files
committed
Remove unneccessary, dead locking synch from ImageGalleryController
1 parent c1f8434 commit 94a78b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,14 +553,12 @@ public ReadOnlyIntegerProperty getDBTasksQueueSizeProperty() {
553553
return dbTaskQueueSize.getReadOnlyProperty();
554554
}
555555

556-
public synchronized SleuthkitCase getSleuthKitCase() {
556+
public SleuthkitCase getSleuthKitCase() {
557557
return sleuthKitCase;
558-
559558
}
560559

561560
public ThumbnailCache getThumbsCache() {
562561
return thumbnailCache;
563-
564562
}
565563

566564
/**

0 commit comments

Comments
 (0)