his / gwt-gae-channel

Automatically exported from code.google.com/p/gwt-gae-channel
0 stars 0 forks source link

Patch for /trunk/src/com/google/gwt/appengine/channel/client/ChannelErrorImpl.java #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Fix declaration statement.
Console >> java.lang.IllegalArgumentException: Something other than a Java 
object was returned from JSNI method '@ChannelErrorImpl::getCode()': JS value 
of type number, expected java.lang.Object.

Need to change declaration statement (old)String to (new)int, in 
ChannelError.java and ChannelErrorImpl.java

Original issue reported on code.google.com by loic.qua...@4planet.eu on 31 Oct 2014 at 9:05

Attachments: