Skip to content

Commit dc67d06

Browse files
committed
removed trailing whitespace
1 parent 4ec7a5e commit dc67d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ MutableBigInteger[] sqrtRem() {
19201920
* Assume {@code 2 <= limit <= x.intLen}
19211921
* @implNote The implementation is based on Zimmermann's works available
19221922
* <a href="https://inria.hal.science/inria-00072854/en/"> here</a> and
1923-
* <a href="https://www.researchgate.net/publication/220532560_A_proof_of_GMP_square_root"> here</a>
1923+
* <a href="https://www.researchgate.net/publication/220532560_A_proof_of_GMP_square_root"> here</a>
19241924
*/
19251925
private static MutableBigInteger[] sqrtRemZimmermann(MutableBigInteger x, int limit, boolean isRecursion) {
19261926
// Normalize leading int

0 commit comments

Comments
 (0)