mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8073779: StackOverflowError called StackOverflowException in javadoc
Reviewed-by: martin
This commit is contained in:
parent
93d09edf06
commit
f3c4924379
4 changed files with 4 additions and 4 deletions
|
@ -837,7 +837,7 @@ public interface IntStream extends BaseStream<Integer, IntStream> {
|
|||
* @implNote
|
||||
* Use caution when constructing streams from repeated concatenation.
|
||||
* Accessing an element of a deeply concatenated stream can result in deep
|
||||
* call chains, or even {@code StackOverflowException}.
|
||||
* call chains, or even {@code StackOverflowError}.
|
||||
*
|
||||
* @param a the first stream
|
||||
* @param b the second stream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue