Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3b7bfc9

Browse files
authored
Update 03_BlockingQueue.md
1 parent e36a2c5 commit 3b7bfc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎ch14/03_BlockingQueue.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ public class DelayedTask implements Delayed {
256256
long otherDelay = t.getDelay(TimeUnit.MILLISECONDS);
257257
return (thisDelay < otherDelay) ? -1 : (thisDelay > otherDelay) ? 1 : 0;
258258
}
259-
Task getTask() { return task; }
259+
Task getTask() {
260+
return task;
261+
}
260262
}
261263
```
262264

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /