--- jsr166/src/main/java/util/Queue.java 2015/12/01 06:59:28 1.43 +++ jsr166/src/main/java/util/Queue.java 2016/07/08 20:02:54 1.44 @@ -95,7 +95,6 @@ package java.util; * always well-defined for queues with the same elements but different * ordering properties. * - * *

This interface is a member of the * * Java Collections Framework.