--- jsr166/src/main/java/util/Deque.java 2005/09/14 23:49:59 1.17 +++ jsr166/src/main/java/util/Deque.java 2006/05/28 23:36:29 1.19 @@ -5,7 +5,6 @@ */ package java.util; -import java.util.*; // for javadoc (till 6280605 is fixed) /** * A linear collection that supports element insertion and removal at @@ -154,7 +153,7 @@ import java.util.*; // for javadoc (till * Object. * *

This interface is a member of the Java Collections + * href="{@docRoot}/../technotes/guides/collections/index.html"> Java Collections * Framework. * * @author Doug Lea