We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f712a44 commit 5fd5980Copy full SHA for 5fd5980
fanout-fanin/src/main/java/com/iluwatar/fanout/fanin/SquareNumberRequest.java
@@ -52,7 +52,7 @@ public void delayedSquaring(final Consumer consumer) {
52
53
try {
54
// this will make the thread sleep from 5-7s.
55
- Thread.sleep( minTimeOut + randomTimeOut);
+ Thread.sleep(minTimeOut + randomTimeOut);
56
} catch (InterruptedException e) {
57
LOGGER.error("Exception while sleep ", e);
58
Thread.currentThread().interrupt();
0 commit comments