RFR: 8263105: security-libs doclint cleanup [v2]

Bradford Wetmore wetmore at openjdk.java.net
Wed Mar 10 23:04:10 UTC 2021


On Wed, 10 Mar 2021 15:10:35 GMT, Roger Riggs <rriggs at 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


More information about the security-dev mailing list