< prev index next >

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

Print this page
rev 58552 : [mq]: 8241727-Typos-empty-lines-in-javadoc-inconsistent-indents-etc

@@ -4321,11 +4321,11 @@
                 throw new ArithmeticException(asInt>0 ? "Underflow":"Overflow");
         }
         return asInt;
     }
 
-   /**
+    /**
      * Returns the compact value for given {@code BigInteger}, or
      * INFLATED if too big. Relies on internal representation of
      * {@code BigInteger}.
      */
     private static long compactValFor(BigInteger b) {
< prev index next >