Skip to content

Commit 98982d6

Browse files
committed
Fixed a fatal bug in the mapper that prevents all fields that are not explicitly named from being mapped
1 parent 7250518 commit 98982d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/javawebstack/abstractdata/mapper/MapperTypeSpec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private void checkoutField(Field field) throws MapperException {
7171
fieldSpecs.add(spec);
7272

7373
spec.field = field;
74-
spec.name = field.getName();
7574
spec.annotations = annotations;
7675

7776
if(annotations.containsKey(MapperOptions.class)) {

0 commit comments

Comments
 (0)