Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
a208292b
"git@gitlab.liu.se:safelinks/safelinks-cleaner.git" did not exist on "17c7816133e66053b34aca4c320f4e03c8f7535d"
Commit
a208292b
authored
5 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
Removing param tag from T to prevent doxygen warnings.
parent
5a2b5f3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/src/org/sleuthkit/datamodel/blackboardutils/attributes/BlackboardJsonAttrUtil.java
+4
-2
4 additions, 2 deletions
...el/blackboardutils/attributes/BlackboardJsonAttrUtil.java
with
4 additions
and
2 deletions
bindings/java/src/org/sleuthkit/datamodel/blackboardutils/attributes/BlackboardJsonAttrUtil.java
+
4
−
2
View file @
a208292b
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment