From b5c6c6c647ea58ce7c88bc4fb683d80fe9c0e18e Mon Sep 17 00:00:00 2001 From: Ann Priestman Date: Fri, 14 Jun 2019 12:57:47 -0400 Subject: [PATCH] Remove parameters that were causing doxygen warnings. --- .../services/contentviewertags/ContentViewerTagManager.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/services/contentviewertags/ContentViewerTagManager.java b/Core/src/org/sleuthkit/autopsy/casemodule/services/contentviewertags/ContentViewerTagManager.java index 8d117e908b..db3424a696 100755 --- a/Core/src/org/sleuthkit/autopsy/casemodule/services/contentviewertags/ContentViewerTagManager.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/services/contentviewertags/ContentViewerTagManager.java @@ -58,8 +58,6 @@ public class ContentViewerTagManager { * generic tag data instance T will be automatically serialized into a * storable format. * - * @param Generic class type that will be serialized into a storable - * format for persistence. * @param contentTag ContentTag that this ContentViewerTag is associated * with (1:1). * @param tagDataBean Data instance that contains the tag information to be @@ -95,8 +93,6 @@ public class ContentViewerTagManager { * Updates the ContentViewerTag instance with the new tag data T and * persists the changes to the case database. * - * @param Generic class type that will be serialized into a storable - * format. * @param oldTag ContentViewerTag instance to be updated * @param tagDataBean Data instance that contains the updated information to * be persisted. @@ -130,8 +126,6 @@ public class ContentViewerTagManager { * details of the tag should be passed so that automatic binding can take * place. * - * @param Generic class type that will be instantiated and filled in - * with data. * @param contentTag ContentTag that this ContentViewerTag is associated * with (1:1) * @param clazz Generic class that will be instantiated and filled in with