Skip to content

Commit 5fd5980

Browse files
committed
iluwatar#1627 fixing sonar issues
1 parent f712a44 commit 5fd5980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fanout-fanin/src/main/java/com/iluwatar/fanout/fanin/SquareNumberRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void delayedSquaring(final Consumer consumer) {
5252

5353
try {
5454
// this will make the thread sleep from 5-7s.
55-
Thread.sleep( minTimeOut + randomTimeOut);
55+
Thread.sleep(minTimeOut + randomTimeOut);
5656
} catch (InterruptedException e) {
5757
LOGGER.error("Exception while sleep ", e);
5858
Thread.currentThread().interrupt();

0 commit comments

Comments
 (0)