OpenJDK / lambda / lambda / jdk
changeset 7644:3981ddbd7b5f
Typo.
author | psandoz |
---|---|
date | Thu, 14 Mar 2013 17:00:20 +0100 |
parents | 36ec39aecf66 |
children | b4d0ae8455be |
files | src/share/classes/java/util/Spliterator.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/share/classes/java/util/Spliterator.java Thu Mar 14 16:58:04 2013 +0100 +++ b/src/share/classes/java/util/Spliterator.java Thu Mar 14 17:00:20 2013 +0100 @@ -192,7 +192,7 @@ * }}</pre> * * @apiNote - * Spliterators will be used for traversing the elements of a source. For + * Spliterators will be used for traversing the elements of a source. For * mutable sources, arbitrary, non-deterministic behavior may occur if the * source is structurally interfered with (element added, replaced, or removed) * between the time that the Spliterator is constructed and the end of