--- old/src/java.base/share/classes/java/util/concurrent/BlockingDeque.java 2017-05-10 17:20:42.164409643 -0700 +++ new/src/java.base/share/classes/java/util/concurrent/BlockingDeque.java 2017-05-10 17:20:42.060405088 -0700 @@ -53,7 +53,7 @@ * and the fourth blocks for only a given maximum time limit before giving * up. These methods are summarized in the following table: * - * + *
* * * @@ -128,7 +128,7 @@ * {@code BlockingQueue} interface are precisely equivalent to * {@code BlockingDeque} methods as indicated in the following table: * - *
Summary of BlockingDeque methods
First Element (Head)
+ *
* * *
Comparison of BlockingQueue and BlockingDeque methods
{@code BlockingQueue} Method