mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -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