oops, use this map
This commit is contained in:
parent
fd45d8af02
commit
71af157e3a
@ -90,7 +90,7 @@ public class Document<V> {
|
||||
}
|
||||
assert idKey != null; // We need an id key
|
||||
if (rawDataField != null) { // We have a raw data field, set it
|
||||
rawDataField.set(element, mappedData);
|
||||
rawDataField.set(element, toMappedData());
|
||||
}
|
||||
this.idKey = idKey; // Set our id key
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user