Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 532a011

Browse files
junghoon-vansmp911de
authored andcommitted
Polishing.
Use module identifier instead of constant. Closes #2762
1 parent 409d2a8 commit 532a011

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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /