--- old/src/java.desktop/share/classes/javax/sound/midi/Sequencer.java 2020-01-12 09:26:05.000000000 -0800 +++ new/src/java.desktop/share/classes/javax/sound/midi/Sequencer.java 2020-01-12 09:26:04.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -720,14 +720,13 @@ } /** - * Provides this synchronization mode's name as the string - * representation of the mode. + * Returns mode's name as the string representation of the + * synchronization mode. * - * @return the name of this synchronization mode + * @return a string representation of the synchronization mode */ @Override public final String toString() { - return name; }