--- jsr166/src/jdk8/java/util/PriorityQueue.java 2016/06/17 19:51:09 1.2 +++ jsr166/src/jdk8/java/util/PriorityQueue.java 2016/10/15 01:47:29 1.3 @@ -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 {