src/share/classes/javax/sound/sampled/Line.java

Print this page

        

*** 228,238 **** class Info { /** * The class of the line described by the info object. */ ! private final Class lineClass; /** * Constructs an info object that describes a line of the specified * class. This constructor is typically used by an application to * describe a desired line. --- 228,238 ---- class Info { /** * The class of the line described by the info object. */ ! private final Class<?> lineClass; /** * Constructs an info object that describes a line of the specified * class. This constructor is typically used by an application to * describe a desired line.