From 849ca42c04d44c4465601db330a49de803858e91 Mon Sep 17 00:00:00 2001 From: Kelly Kelly Date: Wed, 24 Apr 2019 13:18:20 -0400 Subject: [PATCH] Final cleanup --- .../org/sleuthkit/autopsy/communications/ThumbnailChildren.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/communications/ThumbnailChildren.java b/Core/src/org/sleuthkit/autopsy/communications/ThumbnailChildren.java index 9312147f41..fb23d94eb7 100755 --- a/Core/src/org/sleuthkit/autopsy/communications/ThumbnailChildren.java +++ b/Core/src/org/sleuthkit/autopsy/communications/ThumbnailChildren.java @@ -45,7 +45,7 @@ public class ThumbnailChildren extends Children.Keys { private final Set thumbnails; /* - * Creates the list of thumbnails from the given list of BlackboardArtifacts + * Creates the list of thumbnails from the given list of BlackboardArtifacts. */ ThumbnailChildren(Set artifacts) { super(false);