8284851: Update javax.crypto files to use proper javadoc for mentioned classes

Reviewed-by: weijun, valeriep
This commit is contained in:
Mark Powers 2022-07-07 23:20:58 +00:00 committed by Valerie Peng
parent 8cdead0c94
commit f804f2ce8e
92 changed files with 2142 additions and 2010 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -53,7 +53,7 @@ public class PrivilegedActionException extends Exception {
private static final long serialVersionUID = 4724086851538908602L;
/**
* Constructs a new PrivilegedActionException "wrapping"
* Constructs a new {@code PrivilegedActionException} "wrapping"
* the specific Exception.
*
* @param exception The exception thrown
@ -101,13 +101,13 @@ public class PrivilegedActionException extends Exception {
};
/**
* Reconstitutes the PrivilegedActionException instance from a stream
* and initialize the cause properly when deserializing from an older
* Reconstitutes the {@code PrivilegedActionException} instance from a
* stream and initialize the cause properly when deserializing from an older
* version.
*
* <p>The getException and getCause method returns the private "exception"
* field in the older implementation and PrivilegedActionException::cause
* was set to null.
* field in the older implementation and
* {@code PrivilegedActionException::cause} was set to {@code null}.
*
* @param s the {@code ObjectInputStream} from which data is read
* @throws IOException if an I/O error occurs