On Fri, 3 Apr 2026 13:24:40 GMT, Weijun Wang <[email protected]> wrote:

>> Mikhail Yankelevich has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   minor doc change
>
> src/java.base/share/classes/java/security/cert/X509Certificate.java line 378:
> 
>> 376:      *
>> 377:      * @return the start date of the validity period.
>> 378:      * @see #checkValidity
> 
> There are several `@see #checkValidity` in this class (both existing and 
> newly added). I think they will linked to the one without any argument. If 
> this is intended, I would make it clear by adding `()` at the end. Otherwise, 
> if you actually want to link to one using the same type, make it clear by 
> adding `(Date)` or `(Instant)`.

Will add '()' in the next commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30047#discussion_r3033510379

Reply via email to