This commit is contained in:
Gary Gregory 2024-06-23 16:27:50 -04:00
parent 5819261531
commit 603b2f7084
1 changed files with 3 additions and 3 deletions

View File

@ -2219,10 +2219,10 @@ public class TreeBidiMap<K extends Comparable<K>, V extends Comparable<V>>
} }
/** /**
* Writes the content to the stream for serialization. * Serializes this object to an ObjectOutputStream.
* *
* @param stream the output stream * @param out the target ObjectOutputStream.
* @throws IOException if an error occurs while writing to the stream * @throws IOException thrown when an I/O errors occur writing to the target stream.
*/ */
private void writeObject(final ObjectOutputStream stream) throws IOException { private void writeObject(final ObjectOutputStream stream) throws IOException {
stream.defaultWriteObject(); stream.defaultWriteObject();