Nixed extra space.

This commit is contained in:
Michael Bayne
2010-10-25 20:15:55 +00:00
parent adb3d643b9
commit 2db4506a2b
@@ -128,7 +128,7 @@ public abstract class FieldMarshaller<T>
(FieldMarshaller<T>)createMarshaller(getTransformerType(xformer, "to"));
delegate.create(field);
FieldMarshaller<T> xmarsh = new FieldMarshaller<T>() {
FieldMarshaller<T> xmarsh = new FieldMarshaller<T>() {
@Override public String getColumnType (ColumnTyper typer, int length) {
return delegate.getColumnType(typer, length);
}