Made flag thread safe.

This commit is contained in:
Oliver Spohngellert 2016-06-29 10:36:58 -04:00
parent ccdd8b14ed
commit ab2bb86c23

View File

@ -163,7 +163,7 @@ public class DeletedContent implements AutopsyVisitableItem {
private SleuthkitCase skCase;
private Observable notifier;
// true if we have already told user that not all files will be shown
private static boolean maxFilesDialogShown = false;
private static volatile boolean maxFilesDialogShown = false;
public DeletedContentsChildren(SleuthkitCase skCase) {
this.skCase = skCase;