--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioFileFormat.java 2017-07-05 16:02:37.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioFileFormat.java 2017-07-05 16:02:36.000000000 -0700 @@ -51,45 +51,37 @@ * implementations: * * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * + * + * + * + * + * + * + * + * + *
Audio File Format Properties
Property keyValue typeDescription
"duration"{@link java.lang.Long Long}playback duration of the file in microseconds
"author"{@link java.lang.String String}name of the author of this file
"title"{@link java.lang.String String}title of this file
"copyright"{@link java.lang.String String}copyright message
"date"{@link java.util.Date Date}date of the recording or release
"comment"{@link java.lang.String String}an arbitrary text
Audio File Format Properties
Property key + * Value type + * Description + *
"duration" + * {@link Long Long} + * playback duration of the file in microseconds + *
"author" + * {@link String String} + * name of the author of this file + *
"title" + * {@link String String} + * title of this file + *
"copyright" + * {@link String String} + * copyright message + *
"date" + * {@link java.util.Date Date} + * date of the recording or release + *
"comment" + * {@link String String} + * an arbitrary text *
* - * * @author David Rivas * @author Kara Kytle * @author Florian Bomers @@ -351,7 +343,12 @@ } /** - * Finalizes the equals method. + * Indicates whether the specified object is equal to this file type, + * returning {@code true} if the objects are the same. + * + * @param obj the reference object with which to compare + * @return {@code true} if this file type is the same as the {@code obj} + * argument; {@code false} otherwise */ @Override public final boolean equals(final Object obj) { @@ -365,7 +362,9 @@ } /** - * Finalizes the hashCode method. + * Returns a hash code value for this file type. + * + * @return a hash code value for this file type */ @Override public final int hashCode() {