--- old/src/java.desktop/share/classes/javax/sound/midi/Sequencer.java 2017-07-05 16:02:26.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/Sequencer.java 2017-07-05 16:02:26.000000000 -0700 @@ -38,22 +38,22 @@ * The {@code Sequencer} interface includes methods for the following basic MIDI * sequencer operations: * * In addition, the following operations are supported, either directly, or * indirectly through objects that the {@code Sequencer} has access to: * * * @author Kara Kytle @@ -694,12 +694,13 @@ } /** - * Determines whether two objects are equal. Returns {@code true} if the - * objects are identical. + * Indicates whether the specified object is equal to this + * synchronization mode, returning {@code true} if the objects are + * identical. * * @param obj the reference object with which to compare - * @return {@code true} if this object is the same as the {@code obj} - * argument, {@code false} otherwise + * @return {@code true} if this synchronization mode is the same as the + * {@code obj} argument; {@code false} otherwise */ @Override public final boolean equals(Object obj) { @@ -708,7 +709,9 @@ } /** - * Finalizes the hashcode method. + * Returns a hash code value for this synchronization mode. + * + * @return a hash code value for this synchronization mode */ @Override public final int hashCode() {