We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f445a commit 08222bdCopy full SHA for 08222bd
docs/notes/Java 并发.md
@@ -223,7 +223,7 @@ public static void main(String[] args) {
223
224
main() 属于非守护线程。
225
226
-使用 setDaemon() 方法将一个线程设置为守护线程。
+在线程启动之前使用 setDaemon() 方法可以将一个线程设置为守护线程。
227
228
```java
229
public static void main(String[] args) {
notes/Java 并发.md
0 commit comments