--- jsr166/src/jsr166x/LinkedBlockingDeque.java 2012/02/21 01:54:03 1.10 +++ jsr166/src/jsr166x/LinkedBlockingDeque.java 2012/11/18 18:03:10 1.11 @@ -14,7 +14,7 @@ import java.util.concurrent.locks.*; * An optionally-bounded {@linkplain BlockingDeque blocking deque} based on * linked nodes. * - *

The optional capacity bound constructor argument serves as a + *

The optional capacity bound constructor argument serves as a * way to prevent excessive expansion. The capacity, if unspecified, * is equal to {@link Integer#MAX_VALUE}. Linked nodes are * dynamically created upon each insertion unless this would bring the