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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue