changeset 8129:f077d3235481

Doc tweaks.
author psandoz
date Tue, 16 Apr 2013 16:26:49 +0200
parents 966728ca3642
children fe6dd767d4d7
files src/share/classes/java/util/stream/DoubleStream.java src/share/classes/java/util/stream/IntStream.java src/share/classes/java/util/stream/LongStream.java
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/util/stream/DoubleStream.java	Tue Apr 16 12:23:43 2013 +0200
+++ b/src/share/classes/java/util/stream/DoubleStream.java	Tue Apr 16 16:26:49 2013 +0200
@@ -58,15 +58,15 @@
  * respect the encounter order of their source, if the source
  * has an encounter order.
  *
+ * <p>Unless otherwise noted, passing a {@code null} argument to any stream
+ * method may result in a {@link NullPointerException}.
+ *
  * @apiNote
  * Streams are not data structures; they do not manage the storage for their
  * elements, nor do they support access to individual elements.  However,
  * you can use the {@link #iterator()} or {@link #spliterator()} operations to
  * perform a controlled traversal.
  *
- * <p>Unless otherwise noted, passing a {@code null} argument to any stream
- * method may result in a {@link NullPointerException}.
- *
  * @since 1.8
  * @see <a href="package-summary.html">java.util.stream</a>
  */
--- a/src/share/classes/java/util/stream/IntStream.java	Tue Apr 16 12:23:43 2013 +0200
+++ b/src/share/classes/java/util/stream/IntStream.java	Tue Apr 16 16:26:49 2013 +0200
@@ -59,15 +59,15 @@
  * respect the encounter order of their source, if the source
  * has an encounter order.
  *
+ * <p>Unless otherwise noted, passing a {@code null} argument to any stream
+ * method may result in a {@link NullPointerException}.
+ *
  * @apiNote
  * Streams are not data structures; they do not manage the storage for their
  * elements, nor do they support access to individual elements.  However,
  * you can use the {@link #iterator()} or {@link #spliterator()} operations to
  * perform a controlled traversal.
  *
- * <p>Unless otherwise noted, passing a {@code null} argument to any stream
- * method may result in a {@link NullPointerException}.
- *
  * @since 1.8
  * @see <a href="package-summary.html">java.util.stream</a>
  */
--- a/src/share/classes/java/util/stream/LongStream.java	Tue Apr 16 12:23:43 2013 +0200
+++ b/src/share/classes/java/util/stream/LongStream.java	Tue Apr 16 16:26:49 2013 +0200
@@ -59,15 +59,15 @@
  * respect the encounter order of their source, if the source
  * has an encounter order.
  *
+ * <p>Unless otherwise noted, passing a {@code null} argument to any stream
+ * method may result in a {@link NullPointerException}.
+ *
  * @apiNote
  * Streams are not data structures; they do not manage the storage for their
  * elements, nor do they support access to individual elements.  However,
  * you can use the {@link #iterator()} or {@link #spliterator()} operations to
  * perform a controlled traversal.
  *
- * <p>Unless otherwise noted, passing a {@code null} argument to any stream
- * method may result in a {@link NullPointerException}.
- *
  * @since 1.8
  * @see <a href="package-summary.html">java.util.stream</a>
  */