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

Comparing jsr166/src/main/java/util/Queue.java (file contents):
Revision 1.46 by jsr166, Sat May 6 06:49:46 2017 UTC vs.
Revision 1.47 by jsr166, Sat May 6 06:55:50 2017 UTC

# Line 21 | Line 21 | package java.util;
21   * <caption>Summary of Queue methods</caption>
22   *  <tr>
23   *    <td></td>
24 < *    <td ALIGN=CENTER><em>Throws exception</em></td>
25 < *    <td ALIGN=CENTER><em>Returns special value</em></td>
24 > *    <td style="text-align:center"><em>Throws exception</em></td>
25 > *    <td style="text-align:center"><em>Returns special value</em></td>
26   *  </tr>
27   *  <tr>
28   *    <td><b>Insert</b></td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines