Skip to content
Snippets Groups Projects
Commit a208292b authored by apriestman's avatar apriestman
Browse files

Removing param tag from T to prevent doxygen warnings.

parent 5a2b5f3c
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,9 @@ public final class BlackboardJsonAttrUtil { ...@@ -32,8 +32,9 @@ public final class BlackboardJsonAttrUtil {
* Creates an attribute of a given type with the string value set to an * Creates an attribute of a given type with the string value set to an
* object of type T serialized to JSON. * object of type T serialized to JSON.
* *
* @param <T> The type of the attribute value object to be * T The type of the attribute value object to be
* serialized. * serialized.
*
* @param attrType The type of attribute to create. * @param attrType The type of attribute to create.
* @param moduleName The name of the module creating the attribute. * @param moduleName The name of the module creating the attribute.
* @param attrValue The attribute value object. * @param attrValue The attribute value object.
...@@ -52,7 +53,8 @@ public static <T> BlackboardAttribute toAttribute(BlackboardAttribute.Type attrT ...@@ -52,7 +53,8 @@ public static <T> BlackboardAttribute toAttribute(BlackboardAttribute.Type attrT
* BlackboardAttribute with a value type of * BlackboardAttribute with a value type of
* TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.JSON. * TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.JSON.
* *
* @param <T> The type of the object to be created from the JSON. * T The type of the object to be created from the JSON.
*
* @param attr The attribute. * @param attr The attribute.
* @param clazz The class object for class T. * @param clazz The class object for class T.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment