mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8274075: Fix miscellaneous typos in java.base
Reviewed-by: dfuchs, darcy, iris, lancea, bpb
This commit is contained in:
parent
8b833bbea8
commit
8799856528
9 changed files with 25 additions and 26 deletions
|
@ -281,7 +281,7 @@ public class Properties extends Hashtable<Object,Object> {
|
|||
*
|
||||
* <p>
|
||||
* The key contains all of the characters in the line starting
|
||||
* with the first non-white space character and up to, but not
|
||||
* with the first non-whitespace character and up to, but not
|
||||
* including, the first unescaped {@code '='},
|
||||
* {@code ':'}, or white space character other than a line
|
||||
* terminator. All of these key termination characters may be
|
||||
|
@ -293,7 +293,7 @@ public class Properties extends Hashtable<Object,Object> {
|
|||
* would be the two-character key {@code ":="}. Line
|
||||
* terminator characters can be included using {@code \r} and
|
||||
* {@code \n} escape sequences. Any white space after the
|
||||
* key is skipped; if the first non-white space character after
|
||||
* key is skipped; if the first non-whitespace character after
|
||||
* the key is {@code '='} or {@code ':'}, then it is
|
||||
* ignored and any white space characters after it are also
|
||||
* skipped. All remaining characters on the line become part of
|
||||
|
|
|
@ -581,8 +581,8 @@ abstract class AbstractPipeline<E_IN, E_OUT, S extends BaseStream<E_OUT, S>>
|
|||
|
||||
/**
|
||||
* Get the output shape of the pipeline. If the pipeline is the head,
|
||||
* then it's output shape corresponds to the shape of the source.
|
||||
* Otherwise, it's output shape corresponds to the output shape of the
|
||||
* then its output shape corresponds to the shape of the source.
|
||||
* Otherwise, its output shape corresponds to the output shape of the
|
||||
* associated operation.
|
||||
*
|
||||
* @return the output shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue