DATAREDIS-840 - Polishing.

Fix code comment. Reformat code.

Original Pull Request: #346
This commit is contained in:
Mark Paluch
2018-06-07 11:34:34 +02:00
committed by Christoph Strobl
parent bb1dd8b379
commit c9e1803c3a
2 changed files with 6 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ public class RedisMessageListenerContainer implements InitializingBean, Disposab
public static final long DEFAULT_RECOVERY_INTERVAL = 5000;
/**
* The default subscription wait time: 2000-2018 ms = 2 seconds.
* The default subscription wait time: 2000 ms = 2 seconds.
*/
public static final long DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME = 2000L;