Skip to content

Commit

Permalink
Another javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Aug 23, 2022
1 parent fadacb2 commit 9b4b65d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/cz/tvrzna/jackie/Jackie.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public Jackie withPrettyPrint(boolean prettyPrint)
* <code>null</code>, it uses default <code>\n</code>.
*
* @param symbol
* the symbol
* @return the jackie
* @since 0.4.0
*/
Expand All @@ -208,10 +209,11 @@ public Jackie withLineIndent(String symbol)
}

/**
* Sets custom symbol for tab indentation. Works only with pretty print. If is set to
* <code>null</code>, it uses default <code>\t</code>.
* Sets custom symbol for tab indentation. Works only with pretty print. If is
* set to <code>null</code>, it uses default <code>\t</code>.
*
* @param symbol
* the symbol
* @return the jackie
* @since 0.4.0
*/
Expand Down

0 comments on commit 9b4b65d

Please sign in to comment.