Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed Jan 23, 2022
1 parent d67fac7 commit ca4be3e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public void addReplacementTerminal(String needle, String terminalContent) {
*
* @see #addReplacement(String, String, Function)
*
* @param <T> The job parameter type
* @param needle The needle (search string)
* @param newContent The new content to parse into a node
* @param parseMethod The parser method to create the new node with
Expand All @@ -216,6 +217,7 @@ public static <T> SearchTerminals<T> withReplacement(
* that replaces matching terminal nodes with new expression nodes parsed from
* the given string.
*
* @param <T> The job parameter type
* @param needle The needle (search string)
* @param expressionContent The new content to parse into an expression
* @return The configured identifier replacement transformation
Expand All @@ -232,6 +234,7 @@ public static <T> SearchTerminals<T> withReplacementExpression(String needle, St
* Creates a new identifier replacement transformation with a replacement target
* that replaces matching terminal nodes with new unparsed string nodes.
*
* @param <T> The job parameter type
* @param needle The needle (search string)
* @param terminalContent The new terminal content to insert as a string node
* @return The configured identifier replacement transformation
Expand Down

0 comments on commit ca4be3e

Please sign in to comment.