On Wed, 18 May 2022 13:27:24 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Replaces usages of articles that follow each other in all combinations: > a/the, an?/an?, the/the⦠> > Also, I fixed a couple of spelling mistakes. src/jdk.jdi/share/classes/com/sun/jdi/ClassType.java line 348: > 346: > 347: /** > 348: * Returns the single non-abstract {@link Method} visible from I would think "Returns a single ..." because the implementation returns the first match it finds, from possibly many. ------------- PR: https://git.openjdk.java.net/jdk/pull/8768