jdk/src/share/classes/javax/sound/sampled/Line.java
changeset 25131 49006bd0e69d
parent 25128 2dfdfa369071
equal deleted inserted replaced
25130:adfaa02ea516 25131:49006bd0e69d
   228     class Info {
   228     class Info {
   229 
   229 
   230         /**
   230         /**
   231          * The class of the line described by the info object.
   231          * The class of the line described by the info object.
   232          */
   232          */
   233         private final Class lineClass;
   233         private final Class<?> lineClass;
   234 
   234 
   235         /**
   235         /**
   236          * Constructs an info object that describes a line of the specified
   236          * Constructs an info object that describes a line of the specified
   237          * class. This constructor is typically used by an application to
   237          * class. This constructor is typically used by an application to
   238          * describe a desired line.
   238          * describe a desired line.