Skip to content

Commit

Permalink
Use use module identifier to obtain module prefix in `KeyValueReposit…
Browse files Browse the repository at this point in the history
…oryConfigurationExtension`.

Closes #542
  • Loading branch information
mp911de committed Nov 6, 2023
1 parent d555f77 commit 8f76449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String getModuleName() {

@Override
protected String getModulePrefix() {
return "keyvalue";
return getModuleIdentifier();
}

@Override
Expand Down

0 comments on commit 8f76449

Please sign in to comment.