Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Sep 4, 2024
1 parent 3531af7 commit b9e5432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static EntityStore createEntityStore(Config config) {
}
}

public static EntityStore createEntityStore(Config config) {
public static EntityStore createEntityStore1(Config config) {
String name = config.get(Configs.ENTITY_STORE);
String className = ENTITY_STORES.getOrDefault(name, name);

Expand Down

0 comments on commit b9e5432

Please sign in to comment.