Skip to content

Commit

Permalink
Update RecordELResolver Javadoc, throws should be thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolucci authored and markt-asf committed Jan 16, 2024
1 parent f8544f9 commit 7afe62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/el/RecordELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class RecordELResolver extends ELResolver {
* @throws NullPointerException if the provided {@link ELContext} is {@code null}.
* @throws PropertyNotFoundException if the {@code base} is an instance of {@link Record} and the specified property
* does not exist.
* @throws ELException if an exception was throws while performing the property resolution. The thrown
* @throws ELException if an exception was thrown while performing the property resolution. The thrown
* exception must be included as the cause of this exception, if available.
*/
@Override
Expand Down

0 comments on commit 7afe62f

Please sign in to comment.