--- jsr166/src/jsr166y/LinkedTransferQueue.java 2009/08/01 20:48:44 1.42 +++ jsr166/src/jsr166y/LinkedTransferQueue.java 2009/08/01 21:24:01 1.43 @@ -18,7 +18,7 @@ import java.util.concurrent.locks.LockSu import java.util.concurrent.atomic.AtomicReference; /** - * An unbounded {@linkplain TransferQueue} based on linked nodes. + * An unbounded {@link TransferQueue} based on linked nodes. * This queue orders elements FIFO (first-in-first-out) with respect * to any given producer. The head of the queue is that * element that has been on the queue the longest time for some