On Wed, 10 Nov 2021 17:28:05 GMT, Joe Wang <jo...@openjdk.org> wrote:

>> Add setProperty/getProperty methods to the XPath API so that properties can 
>> be supported in the future.
>
> Joe Wang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   adjust wording

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java
 line 326:

> 324:         // property name not recognized
> 325:         String fmsg = XSLMessages.createXPATHMessage(
> 326:                 XPATHErrorResources.ER_GETTING_UNKNOWN_PROPERTY,

Should this be `ER_PROPERTY_UNKNOWN`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6215

Reply via email to