This commit is contained in:
Gary Gregory 2024-06-23 16:07:33 -04:00
parent 0d3544b5ea
commit a4ccbb5207

View File

@ -349,7 +349,7 @@ public class CircularFifoQueue<E> extends AbstractCollection<E>
} }
/** /**
* Read the queue in using a custom routine. * Deserializes the queue in using a custom routine.
* *
* @param in the input stream * @param in the input stream
* @throws IOException if an I/O error occurs while writing to the output stream * @throws IOException if an I/O error occurs while writing to the output stream