--- jsr166/src/jsr166x/BlockingDeque.java 2012/12/29 23:55:19 1.5 +++ jsr166/src/jsr166x/BlockingDeque.java 2012/12/30 02:05:53 1.6 @@ -187,7 +187,7 @@ public interface BlockingDeque extend /** * Adds the specified element as the last element of this deque, * waiting if necessary for space to become available. This - * method is equivalent to putLast + * method is equivalent to putLast. * @param o the element to add * @throws InterruptedException if interrupted while waiting * @throws NullPointerException if the specified element is null