On Thu, 27 Apr 2023 14:38:26 GMT, Weijun Wang <[email protected]> wrote:
>> src/java.base/share/classes/javax/crypto/KEM.java line 100:
>>
>>> 98: * @see Encapsulator#encapsulate(int, int, String)
>>> 99: */
>>> 100: public static final class Encapsulated {
>>
>> Missing `@since 21`.
>
> I thought there is no need to add this to an inner class. I'll ask Joe for
> advice.
I've added `@since` to all inner classes.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13256#discussion_r1179337827