remove dead code

This commit is contained in:
kimchy 2011-06-02 18:23:30 +03:00
parent 2bf4a6766e
commit b72ba7d874
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ public class StringFieldMapper extends AbstractFieldMapper<String> implements In
} }
} }
static class FieldWrapper {
public Field field;
}
private String nullValue; private String nullValue;
private Boolean includeInAll; private Boolean includeInAll;