Skip to content

Commit

Permalink
[ci skip] refactor: update config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 8, 2024
1 parent c2a32ca commit 8e46784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public String getTableName(@NotNull Database.TableName tableName) {
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public static class RedisSettings {

@Comment("Specify the credentials of your Redis database here. Set \"password\" to '' if you don't have one")
@Comment("Specify the credentials of your Redis server here. Set \"password\" to '' if you don't have one")
private RedisCredentials credentials = new RedisCredentials();

@Getter
Expand Down

0 comments on commit 8e46784

Please sign in to comment.