HACK: Needed in EbeanUtil

This commit is contained in:
Jonas Pöhler
2021-10-22 17:23:05 +02:00
parent cd833b8b1b
commit 8a219aa406
@@ -1014,7 +1014,7 @@ public class BeanProperty implements ElPropertyValue, Property, STreeProperty {
/**
* Return the bean Field associated with this property.
*/
private Field field() {
public Field field() {
return field;
}