mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -152,8 +152,8 @@ public class DigestOutputStream extends FilterOutputStream {
|
|||
* update on the message digest. But when it is off, the message
|
||||
* digest is not updated.
|
||||
*
|
||||
* @param on true to turn the digest function on, false to turn it
|
||||
* off.
|
||||
* @param on {@code true} to turn the digest function on,
|
||||
* {@code false} to turn it off.
|
||||
*/
|
||||
public void on(boolean on) {
|
||||
this.on = on;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue