From e5d36505514a9ae2e6a1c57ed49eabaacd3896a2 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 10 Mar 2020 14:11:27 -0400 Subject: [PATCH] NodeBackgroundTaskRunner to AbstractNodePropertySheetTask --- .../datamodel/utils/AbstractNodePropertySheetTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/utils/AbstractNodePropertySheetTask.java b/Core/src/org/sleuthkit/autopsy/datamodel/utils/AbstractNodePropertySheetTask.java index ea7aca6ab4..b05118bda4 100755 --- a/Core/src/org/sleuthkit/autopsy/datamodel/utils/AbstractNodePropertySheetTask.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/utils/AbstractNodePropertySheetTask.java @@ -39,7 +39,7 @@ import org.sleuthkit.autopsy.datamodel.AbstractContentNode; * relieve the AbstractNode from having to create a thread to block on the get() * method of the task Future. * - * Only weak references to the AbstractNode and its ProeprtyChangeListener are + * Only weak references to the AbstractNode and its PropertyChangeListener are * held prior to task execution so that a queued task does not interfere with * garbage collection if the node has been destroyed by the NetBeans framework. * @@ -77,7 +77,7 @@ public abstract class AbstractNodePropertySheetTask implements Runnable { * logging. These features relieve the AbstractNode from having to create a * thread to block on the get() method of the task Future. * - * Only weak references to the AbstractNode and its ProeprtyChangeListener + * Only weak references to the AbstractNode and its PropertyChangeListener * are held prior to task execution so that a queued task does not interfere * with garbage collection if the node has been destroyed by the NetBeans * framework.