Another type clarification.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2263 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-12-17 19:46:28 +00:00
parent 13bab282c7
commit f0b4c1f338
@@ -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) {