Skip to content

Commit

Permalink
Fix Javadoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Aug 2, 2023
1 parent 6e3aa49 commit ad76237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/jakarta/el/OptionalELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
* {@link ELResolver} obtained from {@link ELContext#getELResolver()} with the following parameters:
* <ul>
* <li>The {@link ELContext} is the current context</li>
* <li>The base object is the result of calling {@link Optional#get()} on the current base object
* <li>
* <li>The base object is the result of calling {@link Optional#get()} on the current base object</li>
* <li>The property object is the current property object</li>
* </ul>
* <p>
Expand Down

0 comments on commit ad76237

Please sign in to comment.