Update README.md

This commit is contained in:
Tofaa 2023-11-28 04:09:05 +03:00
parent bd4f8cbe7c
commit c37e2a115b

View file

@ -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;
} }
}; };