diff -r c045b3720b1e -r b309b58eb190 jdk/src/java.desktop/share/classes/javax/sound/midi/spi/SoundbankReader.java --- a/jdk/src/java.desktop/share/classes/javax/sound/midi/spi/SoundbankReader.java Thu Aug 31 13:09:31 2017 -0700 +++ b/jdk/src/java.desktop/share/classes/javax/sound/midi/spi/SoundbankReader.java Thu Aug 31 13:00:23 2017 -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 @@ -39,18 +39,18 @@ * subclasses of {@code SoundbankReader} parse a given soundbank file, producing * a {@link Soundbank} object that can be loaded into a {@link Synthesizer}. * + * @author Kara Kytle * @since 1.3 - * @author Kara Kytle */ public abstract class SoundbankReader { /** - * Obtains a soundbank object from the URL provided. + * Obtains a soundbank object from the {@code URL} provided. * - * @param url URL representing the soundbank + * @param url {@code URL} representing the soundbank * @return soundbank object - * @throws InvalidMidiDataException if the URL does not point to valid MIDI - * soundbank data recognized by this soundbank reader + * @throws InvalidMidiDataException if the {@code URL} does not point to + * valid MIDI soundbank data recognized by this soundbank reader * @throws IOException if an I/O error occurs * @throws NullPointerException if {@code url} is {@code null} */