8020641: Clean up some code style in recent BigInteger contributions
Summary: Some minor cleanup to adhere better to Java coding conventions.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
diff --git a/test/java/math/BigInteger/BigIntegerTest.java b/test/java/math/BigInteger/BigIntegerTest.java
index e02c3e5..47f6af5 100644
--- a/test/java/math/BigInteger/BigIntegerTest.java
+++ b/test/java/math/BigInteger/BigIntegerTest.java
@@ -48,7 +48,7 @@
*
* The tests are performed on arrays of random numbers which are
* generated by a Random class as well as special cases which
- * throw in boundary numbers such as 0, 1, maximum SIZEd, etc.
+ * throw in boundary numbers such as 0, 1, maximum sized, etc.
*
*/
public class BigIntegerTest {
@@ -1008,7 +1008,7 @@
/*
* Get a random or boundary-case number. This is designed to provide
- * a lot of numbers that will find failure points, such as max SIZEd
+ * a lot of numbers that will find failure points, such as max sized
* numbers, empty BigIntegers, etc.
*
* If order is less than 2, order is changed to 2.