From c37e2a115b0f0532c763c3fc927a88348c496235 Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:09:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29129b7..3b89d3d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ class Example { // You can also set it to a custom provider if needed WrapperEntity.ID_PROVIDER = new EntityIdProvider() { @Override - public int getEntityId() { + public int provide() { return 0; } };