mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
HACK: Needed in EbeanUtil
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user