We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce4f5 commit ce12102Copy full SHA for ce12102
sources/net.sf.j2s.ajax/ajaxrpc/net/sf/j2s/ajax/SimpleRPCRequest.java
@@ -15,6 +15,7 @@
15
import java.net.URLEncoder;
16
17
import net.sf.j2s.annotation.J2SIgnore;
18
+import net.sf.j2s.annotation.J2SKeep;
19
import net.sf.j2s.annotation.J2SNative;
20
21
/**
@@ -155,6 +156,7 @@ public static HttpRequest getRequest() {
155
156
return new HttpRequest();
157
}
158
159
+ @J2SKeep
160
private static void ajaxRequest(final SimpleRPCRunnable runnable, boolean async) {
161
String url = runnable.getHttpURL();
162
if (url == null) {
0 commit comments