8083664: Update AudioFileWriter to generate working @see reference
8083436: Doclint regression introduced by JDK-8043758
Reviewed-by: alanb, wetmore, xuelei
--- a/jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java Thu Jun 04 19:28:45 2015 +0100
+++ b/jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java Thu Jun 04 18:11:43 2015 -0700
@@ -280,7 +280,7 @@
* @apiNote Note that sequence number is an unsigned long and cannot
* exceed {@code -1L}. It is desired to use the unsigned
* long comparing mode for comparison of unsigned long values
- * (see also {@link java.lang.Long#compareUnsigned()
+ * (see also {@link java.lang.Long#compareUnsigned(long, long)
* Long.compareUnsigned()}).
* <P>
* For DTLS protocols, the first 16 bits of the sequence
@@ -300,7 +300,7 @@
* record; or ${@code -1L} if no record is produced or consumed,
* or this operation is not supported by the underlying provider
*
- * @see java.lang.Long#compareUnsigned(boolean, boolean)
+ * @see java.lang.Long#compareUnsigned(long, long)
*
* @since 1.9
*/
--- a/jdk/src/java.desktop/share/classes/javax/sound/sampled/spi/AudioFileWriter.java Thu Jun 04 19:28:45 2015 +0100
+++ b/jdk/src/java.desktop/share/classes/javax/sound/sampled/spi/AudioFileWriter.java Thu Jun 04 18:11:43 2015 -0700
@@ -121,7 +121,7 @@
* @throws IOException if an I/O exception occurs
* @throws IllegalArgumentException if the file type is not supported by the
* system
- * @see #isFileTypeSupported(Type, AudioInputStream)
+ * @see #isFileTypeSupported(AudioFileFormat.Type, AudioInputStream)
* @see #getAudioFileTypes
*/
public abstract int write(AudioInputStream stream, Type fileType,