Re: RFR 8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation

2019-03-11 Thread Daniel Fuchs
Looks good Chris. best regards, -- daniel On 11/03/2019 17:03, Chris Hegarty wrote: Trivial typo fixes to: 1) use the simple present tense of the verb, and 2) correctly pluralize the return value. Similar to that of JarEntry::getCertificates. --- a/src/java.base/share/classes/java/net/JarURLC

RFR 8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation

2019-03-11 Thread Chris Hegarty
Trivial typo fixes to: 1) use the simple present tense of the verb, and 2) correctly pluralize the return value. Similar to that of JarEntry::getCertificates. --- a/src/java.base/share/classes/java/net/JarURLConnection.java +++ b/src/java.base/share/classes/java/net/JarURLConnection.java @@ -279,