--- jsr166/src/main/java/util/PriorityQueue.java 2016/06/01 16:08:04 1.109 +++ jsr166/src/main/java/util/PriorityQueue.java 2016/08/24 21:46:18 1.110 @@ -749,11 +749,11 @@ public class PriorityQueue extends Ab /** * Saves this queue to a stream (that is, serializes it). * + * @param s the stream + * @throws java.io.IOException if an I/O error occurs * @serialData The length of the array backing the instance is * emitted (int), followed by all of its elements * (each an {@code Object}) in the proper order. - * @param s the stream - * @throws java.io.IOException if an I/O error occurs */ private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException {