Skip to content

Commit

Permalink
Remove serialData text.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanjmullan committed Nov 26, 2024
1 parent ddc8a9d commit acce02c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/java.base/share/classes/javax/security/auth/Subject.java
Original file line number Diff line number Diff line change
Expand Up @@ -1418,12 +1418,6 @@ public int hashCode() {
/**
* Writes this object out to a stream (i.e., serializes it).
*
* @serialData If this is a private credential set,
* a security check is performed to ensure that
* the caller has permission to access each credential
* in the set. If the security check passes,
* the set is serialized.
*
* @param oos the {@code ObjectOutputStream} to which data is written
* @throws IOException if an I/O error occurs
*/
Expand Down

0 comments on commit acce02c

Please sign in to comment.