From adf2c5ccb65f28233931d98502d1d9dab0d1fbdd Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Fri, 15 May 2020 09:46:52 -0400 Subject: [PATCH] remove method generic parameters --- .../autopsy/contentviewers/AnnotationsContentViewer.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/contentviewers/AnnotationsContentViewer.java b/Core/src/org/sleuthkit/autopsy/contentviewers/AnnotationsContentViewer.java index 2298a155f3..a12675994e 100755 --- a/Core/src/org/sleuthkit/autopsy/contentviewers/AnnotationsContentViewer.java +++ b/Core/src/org/sleuthkit/autopsy/contentviewers/AnnotationsContentViewer.java @@ -554,7 +554,6 @@ public class AnnotationsContentViewer extends javax.swing.JPanel implements Data * will be formatted as a table in the format specified in the * SectionConfig. * - * @param The item type. * @param parent The parent element for which the entries will be * attached. * @param config The display configuration for this entry type (i.e. @@ -579,7 +578,6 @@ public class AnnotationsContentViewer extends javax.swing.JPanel implements Data /** * Appends a table where items are displayed in rows of key-value pairs. * - * @param * @param parent The parent to append the table. * @param items The items to process into a series of tables. * @param rowHeaders The keys and the means to process items in order to get