Skip to content

Commit

Permalink
Fix copy/paste error in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Oct 1, 2021
1 parent 197e730 commit a1ce7dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class NotFoundELResolver extends ELResolver {
private static final ResourceBundle lStrings = ResourceBundle.getBundle(LSTRING_FILE);

/**
* If the base object is <code>null</code>, searches the Class and static imports for an import with the given name
* and returns it if an import exists with the given name.
* Always returns {@code null} since in normal usage {@link ScopedAttributeELResolver} will handle calls to
* {@link ELResolver#getValue(ELContext, Object, Object)}.
*
* <p>
* The <code>propertyResolved</code> property of the <code>ELContext</code> object is always set to {@code true}
Expand Down

0 comments on commit a1ce7dd

Please sign in to comment.