< prev index next >

src/java.base/share/classes/java/util/Queue.java

Print this page

        

@@ -45,11 +45,11 @@
  * operation).  The latter form of the insert operation is designed
  * specifically for use with capacity-restricted {@code Queue}
  * implementations; in most implementations, insert operations cannot
  * fail.
  *
- * <table BORDER CELLPADDING=3 CELLSPACING=1>
+ * <table class="plain">
  * <caption>Summary of Queue methods</caption>
  *  <tr>
  *    <td></td>
  *    <td style="text-align:center"><em>Throws exception</em></td>
  *    <td style="text-align:center"><em>Returns special value</em></td>
< prev index next >