Skip to content

Commit a68f704

Browse files
committed
Polishing.
Use module name defaulting to determine module prefix. Closes #2762
1 parent 532a011 commit a68f704

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ public String getModuleName() {
5959
return "Redis";
6060
}
6161

62-
@Override
63-
protected String getModulePrefix() {
64-
return this.getModuleIdentifier();
65-
}
66-
6762
@Override
6863
protected String getDefaultKeyValueTemplateRef() {
6964
return "redisKeyValueTemplate";

0 commit comments

Comments
 (0)