equal
deleted
inserted
replaced
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. |