From e68426a99f65b1aa25fe07ae098db7595b357ef6 Mon Sep 17 00:00:00 2001 From: adam-m <amalinowski@basistech.com> Date: Tue, 12 Feb 2013 17:08:50 -0500 Subject: [PATCH] fix dox warning --- .../autopsy/corecomponents/DataResultTopComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java index 4dd5e7556e..a7737989f4 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultTopComponent.java @@ -147,7 +147,7 @@ public static DataResultTopComponent createInstance(String title, String pathTex * Creates a new non-default DataResult component * * @param title Title of the component window - * @param customModeName custom mode to dock this custom TopComponent to + * @param mode custom mode to dock this custom TopComponent to * @param pathText Descriptive text about the source of the nodes displayed * @param givenNode The new root node * @param totalMatches Cardinality of root node's children -- GitLab