Skip to content

Commit 22a465a

Browse files
junghoon-vansmp911de
authored andcommitted
Polishing.
Use module identifier instead of constant. Closes #2762
1 parent f97bd87 commit 22a465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/repository/configuration/RedisRepositoryConfigurationExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public String getModuleName() {
6161

6262
@Override
6363
protected String getModulePrefix() {
64-
return "redis";
64+
return this.getModuleIdentifier();
6565
}
6666

6767
@Override

0 commit comments

Comments
 (0)