Skip to content

Commit

Permalink
Fix JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 10, 2025
1 parent 04b67a2 commit 5cc132f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public Args(Map<String, Object> args) {
}

/**
* Parses an args XContentParser into an Args object. A Map<String,Object> is created with the
* fields and values from the command.action.args object
* Parses an args XContentParser into an Args object. A {@code Map<String,Object>} is created
* with the fields and values from the command.action.args object
*
* @param parser An XContentParser containing an args to be deserialized
* @return An Args object
Expand Down

0 comments on commit 5cc132f

Please sign in to comment.