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
Original issue reported on code.google.com by
loic.qua...@4planet.eu
on 31 Oct 2014 at 9:05Attachments: