/[classpath]/classpath/javax/sound/midi/Instrument.java
ViewVC logotype

Diff of /classpath/javax/sound/midi/Instrument.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Wed Nov 2 00:43:41 2005 UTC revision 1.1.2.2 by tromey, Wed Nov 2 18:35:11 2005 UTC
# Line 59  public abstract class Instrument extends Line 59  public abstract class Instrument extends
59     * @param dataClass the class used to represent sample data for this instrument     * @param dataClass the class used to represent sample data for this instrument
60     */     */
61    protected Instrument(Soundbank soundbank, Patch patch,    protected Instrument(Soundbank soundbank, Patch patch,
62                         String name, Class dataClass)                         String name, Class<?> dataClass)
63    {    {
64      super(soundbank, name, dataClass);      super(soundbank, name, dataClass);
65      this.patch = patch;      this.patch = patch;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26