ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/BlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/BlockingQueue.java (file contents):
Revision 1.59 by jsr166, Sat May 6 06:49:46 2017 UTC vs.
Revision 1.60 by jsr166, Sat May 6 06:55:50 2017 UTC

# Line 27 | Line 27 | import java.util.Queue;
27   * <caption>Summary of BlockingQueue methods</caption>
28   *  <tr>
29   *    <td></td>
30 < *    <td ALIGN=CENTER><em>Throws exception</em></td>
31 < *    <td ALIGN=CENTER><em>Special value</em></td>
32 < *    <td ALIGN=CENTER><em>Blocks</em></td>
33 < *    <td ALIGN=CENTER><em>Times out</em></td>
30 > *    <td style="text-align:center"><em>Throws exception</em></td>
31 > *    <td style="text-align:center"><em>Special value</em></td>
32 > *    <td style="text-align:center"><em>Blocks</em></td>
33 > *    <td style="text-align:center"><em>Times out</em></td>
34   *  </tr>
35   *  <tr>
36   *    <td><b>Insert</b></td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines