Skip to content

Commit d3b9161

Browse files
committed
Swift 4.1
1 parent eac35bd commit d3b9161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ JNI.background {
6969
frame.show()
7070
}
7171

72-
Thread( {
72+
JavaThread( {
7373
let ex = SimpleEx()
7474
ex.setVisible(true)
7575
} ).start()

0 commit comments

Comments
 (0)