Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Aug 5, 2022
1 parent 7790f8a commit 2889cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cz/tvrzna/jackie/Jackie.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ public <T> T fromJson(String json, Class<T> clazz, Class<?> keyClazz, Class<?> v
* the json
* @param clazz
* the clazz
* @param subClazz
* the sub clazz
* @return the list
* @since 0.3.0
*/
Expand Down Expand Up @@ -184,6 +182,8 @@ public Jackie withPrettyPrint()
/**
* Printing to JSON with or without pretty print.
*
* @param prettyPrint
* the pretty print
* @return the jackie
* @since 0.3.0
*/
Expand Down

0 comments on commit 2889cc1

Please sign in to comment.