Skip to content

Commit

Permalink
Fix Javadoc warnings. Remove references to deleted method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 22, 2023
1 parent 56a9347 commit ff7a8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/src/main/java/jakarta/el/CompositeELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
* </p>
*
* <p>
* The <code>ELContext.propertyResolved</code> flag is not used for the design-time methods
* {@link #getFeatureDescriptors} and {@link #getCommonPropertyType}. Instead, results are collected and combined from
* all child <code>ELResolver</code>s for these methods.
* The <code>ELContext.propertyResolved</code> flag is not used for the design-time method
* {@link #getCommonPropertyType}. Instead, results are collected and combined from
* all child <code>ELResolver</code>s for this method.
* </p>
*
* @see ELContext
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/el/ELResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
* target type.
*
* <p>
* The {@link #getFeatureDescriptors} and {@link #getCommonPropertyType} methods are primarily designed for design-time
* The {@link #getCommonPropertyType} method is primarily designed for design-time
* tool support, but must handle invocation at runtime as well. The {@link java.beans.Beans#isDesignTime} method can be
* used to determine if the resolver is being consulted at design-time or runtime.
*
Expand Down

0 comments on commit ff7a8d6

Please sign in to comment.