Skip to content

Commit

Permalink
refactoring #3049
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Feb 14, 2023
1 parent e76b6a7 commit 1fc9645
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ public class RedisService implements Consumer<RedisNotification> {

private final Logger logger = Logger.getLogger(this.getClass().getSimpleName());

@ConfigProperty(name = "redis.split.key")
String splitkey;

private static String channel = ConfigProvider.getConfig().getValue("redis.channel",
String.class);

@ConfigProperty(name = "redis.split.key")
String splitkey;
@ConfigProperty(name = "common.message")
String message;

Expand Down

0 comments on commit 1fc9645

Please sign in to comment.