Update README.md
This commit is contained in:
parent
bd4f8cbe7c
commit
c37e2a115b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Example {
|
||||||
// You can also set it to a custom provider if needed
|
// You can also set it to a custom provider if needed
|
||||||
WrapperEntity.ID_PROVIDER = new EntityIdProvider() {
|
WrapperEntity.ID_PROVIDER = new EntityIdProvider() {
|
||||||
@Override
|
@Override
|
||||||
public int getEntityId() {
|
public int provide() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue