Skip to content

Commit b256495

Browse files
author
pstockley
committed
JsFunction has a wrong signature #9
1 parent f08fa87 commit b256495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gwt/interop/utils/shared/functional/JsProcedure.java src/gwt/interop/utils/shared/functional/JsRunnable.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* A callback that takes no arguments and returns nothing
77
*/
88
@JsFunction
9-
public interface JsProcedure {
10-
void call();
9+
public interface JsRunnable {
10+
void run();
1111
}

0 commit comments

Comments
 (0)