Skip to content

Commit

Permalink
Fixed Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Nov 18, 2024
1 parent 0a5724e commit cdc0125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ private boolean onlyReturnErrors(final Map<String, Object> params) {
* The search order is described in the documentation for {@link ClassLoader#getResource(String)}.
* </p>
*
* @param name The resource name
* @param javaScriptFileName The resource name
* @return An input stream for reading the resource, or {@code null} if the resource could not be found
*/
private InputStream openInputStream(final String javaScriptFileName, final ClassLoader classLoader) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@
* <ul>
* <li>{@code isValid()} methods return true/false to indicate
* whether validation was successful.</li>
* <li>{@code validate()} methods return a {@link String}
* <li>{@code validate()} methods return a {@link java.lang.String}
* value of the matched <em>groups</em> aggregated together or
* {@code null} if invalid.</li>
* <li>{@code match()} methods return a {@link String} array
* <li>{@code match()} methods return a {@link java.lang.String} array
* of the matched <em>groups</em> or {@code null} if invalid.</li>
* </ul>
* </li>
Expand Down

0 comments on commit cdc0125

Please sign in to comment.