From 8b0f90f6aab0ae7af1f55dbce366e1386f8ec188 Mon Sep 17 00:00:00 2001 From: bpb Date: Thu, 18 Sep 2014 10:34:58 -0700 Subject: [PATCH] 8058679: More bad characters in BigIntegerTest Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb --- test/java/math/BigInteger/BigIntegerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/math/BigInteger/BigIntegerTest.java b/test/java/math/BigInteger/BigIntegerTest.java index b56b0063d..c8d63261e 100644 --- a/test/java/math/BigInteger/BigIntegerTest.java +++ b/test/java/math/BigInteger/BigIntegerTest.java @@ -292,7 +292,7 @@ public class BigIntegerTest { * ensures that {@code v} is just under the B-Z threshold, that {@code z} is * over the threshold and {@code w} is much larger than {@code z}. This * implies that {@code u/v} uses the standard division algorithm and - * {@code w/z} uses the B-Z algorithm.  The results of the two algorithms + * {@code w/z} uses the B-Z algorithm. The results of the two algorithms * are then compared using the observation described in the foregoing and * if they are not equal a failure is logged. */ -- GitLab