RFR: 8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
SWinxy
duke at openjdk.org
Sun Sep 25 17:04:39 UTC 2022
On Thu, 25 Aug 2022 15:35:53 GMT, Michael Ernst <mernst at openjdk.org> wrote:
> 8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
Oh no what happened
![image](https://user-images.githubusercontent.com/8303399/192155378-4bb439fa-d27a-417d-8a3c-cf7f7329458f.png)
src/java.xml/share/classes/com/sun/org/apache/xpath/internal/NodeSetDTM.java line 1053:
> 1051: * fetch will take place at index 1.
> 1052: *
> 1053: * @return The current position index.
Note that there is an inconsistent change here, albeit insignificant. In `NodeSet`, the capital 'The' is removed after the `@return`, while the lowercase 'the' is removed here.
-------------
PR: https://git.openjdk.org/jdk/pull/10029
More information about the compiler-dev
mailing list