mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge remote-tracking branch 'upstream/release-4.12.0' into 5165-Logical-Imager-DSP-to-support-multiple-drives
This commit is contained in:
commit
b501c38f03
@ -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