On Wed, 10 Mar 2021 15:10:35 GMT, Roger Riggs <rri...@openjdk.org> wrote:

>> Bradford Wetmore has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Codereview Comment
>
> src/java.base/share/classes/javax/crypto/SealedObject.java line 425:
> 
>> 423:      * Restores the state of the SealedObject from a stream.
>> 424:      *
>> 425:      * @param s the object input stream.
> 
> Covert to @\throws but keep this declaration.  There is no spec that 
> otherwise covers this and it is consistent with other methods.

Ok, I'll keep the NullPointerException and change to @throws, although I don't 
think it's used in many methods.

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

PR: https://git.openjdk.java.net/jdk/pull/2856

Reply via email to