mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8242230: Whitespace typos, relaxed javadoc, formatting
Reviewed-by: darcy, igerasim
This commit is contained in:
parent
59684e10d1
commit
4c4271f283
19 changed files with 52 additions and 53 deletions
|
@ -80,8 +80,8 @@ import jdk.internal.vm.annotation.ForceInline;
|
|||
* inclusive.
|
||||
*
|
||||
* <p>Bit operations operate on a single bit of the two's-complement
|
||||
* representation of their operand. If necessary, the operand is sign-
|
||||
* extended so that it contains the designated bit. None of the single-bit
|
||||
* representation of their operand. If necessary, the operand is sign-extended
|
||||
* so that it contains the designated bit. None of the single-bit
|
||||
* operations can produce a BigInteger with a different sign from the
|
||||
* BigInteger being operated on, as they affect only a single bit, and the
|
||||
* arbitrarily large abstraction provided by this class ensures that conceptually
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue