jdk/src/share/classes/java/math/BigDecimal.java
changeset 18558 4c7fd49d28d0
parent 18286 b38489d5aadf
child 18798 7109807f56e9
--- a/jdk/src/share/classes/java/math/BigDecimal.java	Wed Jun 26 11:21:01 2013 -0700
+++ b/jdk/src/share/classes/java/math/BigDecimal.java	Wed Jun 26 13:24:13 2013 -0700
@@ -2572,6 +2572,9 @@
      * ({@code this} * 10<sup>n</sup>).  The scale of
      * the result is {@code (this.scale() - n)}.
      *
+     * @param n the exponent power of ten to scale by
+     * @return a BigDecimal whose numerical value is equal to
+     * ({@code this} * 10<sup>n</sup>)
      * @throws ArithmeticException if the scale would be
      *         outside the range of a 32-bit integer.
      *