mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
This commit is contained in:
@@ -10,8 +10,8 @@ public interface BeanPropertyGetter {
|
||||
/**
|
||||
* Return the value of a given bean property.
|
||||
*/
|
||||
public Object get(EntityBean bean);
|
||||
Object get(EntityBean bean);
|
||||
|
||||
public Object getIntercept(EntityBean bean);
|
||||
Object getIntercept(EntityBean bean);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user