Skip to content

Commit

Permalink
Normalize setter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent d6b459a commit 461f662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/jexl3/JexlOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public boolean isSharedInstance() {
}

/**
* Set options from engine.
* Sets options from engine.
* @param jexl the engine
* @return this instance
*/
Expand All @@ -384,7 +384,7 @@ public JexlOptions set(final JexlEngine jexl) {
}

/**
* Set options from options.
* Sets options from options.
* @param src the options
* @return this instance
*/
Expand Down

0 comments on commit 461f662

Please sign in to comment.