the varargs logger is so fancy that it supplies "=" for us.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5289 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -77,7 +77,7 @@ public abstract class FieldMarshaller
|
|||||||
return new MethodFieldMarshaller(reader, writer);
|
return new MethodFieldMarshaller(reader, writer);
|
||||||
} else if (reader == null || writer == null) {
|
} else if (reader == null || writer == null) {
|
||||||
log.warning("Class contains one but not both custom field reader and writer" +
|
log.warning("Class contains one but not both custom field reader and writer" +
|
||||||
"class", field.getDeclaringClass().getName(), "field=", field.getName(),
|
"class", field.getDeclaringClass().getName(), "field", field.getName(),
|
||||||
"reader", reader, "writer", writer);
|
"reader", reader, "writer", writer);
|
||||||
// fall through to using reflection on the fields...
|
// fall through to using reflection on the fields...
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user