--- old/src/java.desktop/share/classes/javax/sound/midi/spi/MidiFileWriter.java 2017-07-05 16:02:34.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/spi/MidiFileWriter.java 2017-07-05 16:02:34.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, 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 @@ -54,8 +54,7 @@ * Obtains the file types that this file writer can write from the sequence * specified. * - * @param sequence the sequence for which MIDI file type support is - * queried + * @param sequence the sequence for which MIDI file type support is queried * @return array of file types. If no file types are supported, returns an * array of length 0. * @throws NullPointerException if {@code sequence} is {@code null}