Skip to content

Commit

Permalink
Update IParameterizedParser.java
Browse files Browse the repository at this point in the history
Correct typo in description
  • Loading branch information
tgallagher2017 authored Nov 17, 2021
1 parent 9ade05e commit c39b341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Thin interface allows the Parameterized parsing mechanism, which reflects an object to find the
* JCommander annotations, to be replaced at runtime for cases where the source code cannot
* be directly annotated with JCommander annotations, but may have other annotations such as
* Json annotations that can be used to reflect as JCommander parameters.
* JSON annotations that can be used to reflect as JCommander parameters.
*
* @author Tim Gallagher
*/
Expand Down

0 comments on commit c39b341

Please sign in to comment.