Skip to content

Commit 9ffd308

Browse files
author
zhourenjian
committed
Add Simple Pipe into j2slib core
1 parent be1b6d9 commit 9ffd308

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sources/net.sf.j2s.java.core/src/java/package.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ window["java.registered"] = false;
3030
"$.SimpleSerializable",
3131
"$.SimpleRPCRunnable",
3232
"$.SimpleRPCRequest",
33-
"$.SimpleRPCSWTRequest"
33+
"$.SimpleRPCSWTRequest",
34+
35+
"$.SimplePipeRunnable",
36+
"$.SimplePipeRequest",
37+
"$.SimplePipeSWTRequest"
3438
]);
3539

3640
ClazzLoader.jarClasspath (base + "util/AbstractList.js", [

0 commit comments

Comments
 (0)