On Tue, 18 Jul 2023 17:43:42 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:

> Hi,
> 
> May I have the code cleanup update reviewed?  With this update, the unused 
> code in StatusResponseManager.java will be removed.
> 
> Thanks,
> Xuelei

src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java line 
584:

> 582:     }
> 583: 
> 584:     static StaplingParameters processStapling(

Even though a static method is implicitly final, the final keyword does prevent 
subclasses from inadvertently using the same method signature.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14924#discussion_r1267338764

Reply via email to