src/share/classes/javax/sound/midi/SoundbankResource.java

Print this page

        

*** 81,91 **** /** * The class used to represent the sample's data. */ ! private final Class dataClass; /** * The wavetable index. */ --- 81,91 ---- /** * The class used to represent the sample's data. */ ! private final Class<?> dataClass; /** * The wavetable index. */