mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Remove parameters that were causing doxygen warnings.
This commit is contained in:
parent
e45e385cf7
commit
b5c6c6c647
@ -58,8 +58,6 @@ public class ContentViewerTagManager {
|
||||
* generic tag data instance T will be automatically serialized into a
|
||||
* storable format.
|
||||
*
|
||||
* @param <T> 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 <T> 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 <T> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user