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

Print this page

        

*** 240,250 **** public static 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 --- 240,250 ---- public static 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