--- jsr166/src/main/java/util/Deque.java 2017/04/19 23:45:50 1.35 +++ jsr166/src/main/java/util/Deque.java 2017/05/06 06:49:45 1.36 @@ -152,9 +152,9 @@ package java.util; * methods, but instead inherit the identity-based versions from class * {@code Object}. * - *

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

This interface is a member of the + * + * Java Collections Framework. * * @author Doug Lea * @author Josh Bloch