Another type clarification.

This commit is contained in:
Michael Bayne
2007-12-17 19:46:28 +00:00
parent 951b201064
commit 4495e56e52
@@ -417,7 +417,7 @@ public abstract class FieldMarshaller<T>
}
protected static class ByteEnumMarshaller extends FieldMarshaller<ByteEnum> {
public ByteEnumMarshaller (Class clazz) {
public ByteEnumMarshaller (Class<?> clazz) {
try {
_factmeth = clazz.getMethod("fromByte", new Class[] { Byte.TYPE });
} catch (Exception e) {