--- jsr166/src/main/java/util/PriorityQueue.java 2011/12/12 20:53:11 1.77 +++ jsr166/src/main/java/util/PriorityQueue.java 2012/11/18 18:03:10 1.78 @@ -56,7 +56,7 @@ package java.util; * the priority queue in any particular order. If you need ordered * traversal, consider using {@code Arrays.sort(pq.toArray())}. * - *

Note that this implementation is not synchronized. + *

Note that this implementation is not synchronized. * Multiple threads should not access a {@code PriorityQueue} * instance concurrently if any of the threads modifies the queue. * Instead, use the thread-safe {@link