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

Roger Riggs rriggs at openjdk.java.net
Wed Mar 10 15:16:14 UTC 2021


On Tue, 9 Mar 2021 00:56:25 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:

>> Fix various things pointed out by the most recent doclint run in the security-libs area.
>> 
>> This is docs only:  I will be checking doccheck/doclint, and will be running tier1/tier2 tests.  Minor spot checks on generated files.
>
> 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.

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

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


More information about the core-libs-dev mailing list