8013413: javadoc warnings
authoralanb
Sun, 28 Apr 2013 21:06:36 +0100
changeset 17190 7e650321026c
parent 17189 9f2ae085280b
child 17191 5e47af614060
child 17193 8b561b7fb87a
8013413: javadoc warnings Reviewed-by: lancea, chegar
jdk/src/share/classes/java/nio/file/attribute/FileTime.java
jdk/src/share/classes/java/util/Spliterator.java
--- a/jdk/src/share/classes/java/nio/file/attribute/FileTime.java	Sat Apr 27 18:25:16 2013 +0800
+++ b/jdk/src/share/classes/java/nio/file/attribute/FileTime.java	Sun Apr 28 21:06:36 2013 +0100
@@ -219,8 +219,8 @@
      *
      * <p> {@code FileTime} can store points on the time-line further in the
      * future and further in the past than {@code Instant}. Conversion
-     * from such further time points saturates to {@link Instant.MIN} if
-     * earlier than {@code Instant.MIN} or {@link Instant.MAX} if later
+     * from such further time points saturates to {@link Instant#MIN} if
+     * earlier than {@code Instant.MIN} or {@link Instant#MAX} if later
      * than {@code Instant.MAX}.
      *
      * @return  an instant representing the same point on the time-line as
--- a/jdk/src/share/classes/java/util/Spliterator.java	Sat Apr 27 18:25:16 2013 +0800
+++ b/jdk/src/share/classes/java/util/Spliterator.java	Sun Apr 28 21:06:36 2013 +0100
@@ -438,7 +438,7 @@
     /**
      * If this Spliterator's source is {@link #SORTED} by a {@link Comparator},
      * returns that {@code Comparator}. If the source is {@code SORTED} in
-     * {@linkplain Comparable natural order, returns {@code null}.  Otherwise,
+     * {@linkplain Comparable natural order}, returns {@code null}.  Otherwise,
      * if the source is not {@code SORTED}, throws {@link IllegalStateException}.
      *
      * @implSpec