# HG changeset patch # User alanb # Date 1367179596 -3600 # Node ID 7e650321026cc652c9513ab36e8f9d1802d3049d # Parent 9f2ae085280bad65bc90edf7296754063f6cdc3c 8013413: javadoc warnings Reviewed-by: lancea, chegar diff -r 9f2ae085280b -r 7e650321026c jdk/src/share/classes/java/nio/file/attribute/FileTime.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 @@ * *

{@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 diff -r 9f2ae085280b -r 7e650321026c jdk/src/share/classes/java/util/Spliterator.java --- 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