Skip to content

Commit 0639e66

Browse files
committed
fixed docs
1 parent 5a67868 commit 0639e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ __Arguments__
201201

202202
__Example__
203203

204-
var myProxy = java.newDynamicProxy('java.lang.Runnable', {
204+
var myProxy = java.newProxy('java.lang.Runnable', {
205205
run: function () {
206206
// This is actually run on the v8 thread and not the new java thread
207207
console.log("hello from thread");

0 commit comments

Comments
 (0)