We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f8434 commit 94a78b2Copy full SHA for 94a78b2
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
@@ -553,14 +553,12 @@ public ReadOnlyIntegerProperty getDBTasksQueueSizeProperty() {
553
return dbTaskQueueSize.getReadOnlyProperty();
554
}
555
556
- public synchronized SleuthkitCase getSleuthKitCase() {
+ public SleuthkitCase getSleuthKitCase() {
557
return sleuthKitCase;
558
-
559
560
561
public ThumbnailCache getThumbsCache() {
562
return thumbnailCache;
563
564
565
566
/**
0 commit comments