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 a7a723a

Browse files
authored
Update 24-Concurrent-Programming.md (#564)
创建和运行并行任务 示例代码 final int中间增加了空格
1 parent 4150106 commit a7a723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/book/24-Concurrent-Programming.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Java并发的历史始于非常原始和有问题的机制,并且充满了各
771771
// concurrent/NapTask.java
772772
import onjava.Nap;
773773
public class NapTask implements Runnable {
774-
finalint id;
774+
finalint id;
775775
public NapTask(int id) {
776776
this.id = id;
777777
}

0 commit comments

Comments
(0)

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