src/share/classes/java/math/BigDecimal.java

Print this page

        

@@ -118,11 +118,11 @@
  *
  * <p>Besides a logical exact result, each arithmetic operation has a
  * preferred scale for representing a result.  The preferred
  * scale for each operation is listed in the table below.
  *
- * <table border>
+ * <table border summary="Preferred scales for results of arithmetic operations">
  * <caption><b>Preferred Scales for Results of Arithmetic Operations
  * </b></caption>
  * <tr><th>Operation</th><th>Preferred Scale of Result</th></tr>
  * <tr><td>Add</td><td>max(addend.scale(), augend.scale())</td>
  * <tr><td>Subtract</td><td>max(minuend.scale(), subtrahend.scale())</td>