Another type clarification.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2263 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -417,7 +417,7 @@ public abstract class FieldMarshaller<T>
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected static class ByteEnumMarshaller extends FieldMarshaller<ByteEnum> {
|
protected static class ByteEnumMarshaller extends FieldMarshaller<ByteEnum> {
|
||||||
public ByteEnumMarshaller (Class clazz) {
|
public ByteEnumMarshaller (Class<?> clazz) {
|
||||||
try {
|
try {
|
||||||
_factmeth = clazz.getMethod("fromByte", new Class[] { Byte.TYPE });
|
_factmeth = clazz.getMethod("fromByte", new Class[] { Byte.TYPE });
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user