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 6b1e114 commit 4b100ceCopy full SHA for 4b100ce
java/Worker.java
@@ -38,8 +38,8 @@ public static void main(String[] argv)
38
}
39
40
private static void doWork(String task) throws InterruptedException {
41
- for (char ch: task.toCharArray()) {
42
- if (ch == '.') Thread.sleep(1000);
43
- }
+ for (char ch: task.toCharArray()) {
+ if (ch == '.') Thread.sleep(1000);
44
+ }
45
0 commit comments