Skip to content

Commit 860cff4

Browse files
committed
comment only
1 parent d15db02 commit 860cff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/lang/Thread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ public synchronized void start() {
745745

746746
private void start0(){
747747
started = true;
748-
JSToolkit.dispatch(this, 0, 0);
748+
JSToolkit.dispatch(this, 0, 0); // run the run() method asynchronously
749749
}
750750

751751
/**

0 commit comments

Comments
 (0)