From b4bf0fface528255f2e4b6c91f9d00d4b6fbbde2 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 1 Sep 2021 16:44:55 -0400 Subject: [PATCH] 7932 fix method doc for DisplayableItemNode.java --- .../src/org/sleuthkit/autopsy/datamodel/DisplayableItemNode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/DisplayableItemNode.java b/Core/src/org/sleuthkit/autopsy/datamodel/DisplayableItemNode.java index c6bc88129a..6edba5db30 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/DisplayableItemNode.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/DisplayableItemNode.java @@ -99,6 +99,7 @@ public abstract class DisplayableItemNode extends AbstractNode { * operation on this artifact type and return some object as the result of * the operation. * + * @param The return type. * @param visitor The visitor, where the type parameter of the visitor is * the type of the object that will be returned as the result * of the visit operation.