src/share/classes/java/util/IllegalFormatConversionException.java

Print this page
rev 4788 : Fix bunch of generics warnings

*** 38,48 **** public class IllegalFormatConversionException extends IllegalFormatException { private static final long serialVersionUID = 17000126L; private char c; ! private Class arg; /** * Constructs an instance of this class with the mismatched conversion and * the corresponding argument class. * --- 38,48 ---- public class IllegalFormatConversionException extends IllegalFormatException { private static final long serialVersionUID = 17000126L; private char c; ! private Class<?> arg; /** * Constructs an instance of this class with the mismatched conversion and * the corresponding argument class. *