Merge remote-tracking branch 'upstream/release-4.12.0' into 5165-Logical-Imager-DSP-to-support-multiple-drives

This commit is contained in:
Joe Ho 2019-06-17 14:55:47 -04:00
commit b501c38f03

View File

@ -58,8 +58,6 @@ public class ContentViewerTagManager {
* generic tag data instance T will be automatically serialized into a * generic tag data instance T will be automatically serialized into a
* storable format. * 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 * @param contentTag ContentTag that this ContentViewerTag is associated
* with (1:1). * with (1:1).
* @param tagDataBean Data instance that contains the tag information to be * @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 * Updates the ContentViewerTag instance with the new tag data T and
* persists the changes to the case database. * 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 oldTag ContentViewerTag instance to be updated
* @param tagDataBean Data instance that contains the updated information to * @param tagDataBean Data instance that contains the updated information to
* be persisted. * be persisted.
@ -130,8 +126,6 @@ public class ContentViewerTagManager {
* details of the tag should be passed so that automatic binding can take * details of the tag should be passed so that automatic binding can take
* place. * place.
* *
* @param <T> Generic class type that will be instantiated and filled in
* with data.
* @param contentTag ContentTag that this ContentViewerTag is associated * @param contentTag ContentTag that this ContentViewerTag is associated
* with (1:1) * with (1:1)
* @param clazz Generic class that will be instantiated and filled in with * @param clazz Generic class that will be instantiated and filled in with