No one wants to comment on the issue?
On Jan 14, 3:35 pm, Wes <[email protected]> wrote: > In my coding, I use the exact same function for both > getAddedParticipants() and getRemovedParticipants(). While added > participants can be 'extracted' without any problem, but for removed > participants, I get the following exception on (String)iterator.next > (): > > /_wave/robot/jsonrpc > java.lang.ClassCastException: java.util.ArrayList cannot be cast to > java.lang.String > at com.google.wave.api.impl.EventImpl.getProperty(EventImpl.java:59) > at com.google.wave.api.impl.EventImpl.getRemovedParticipants > (EventImpl.java:84) > > So the api doc is wrong? EventImpl.getRemovedParticipants() returns > java.util.Collection<java.util.ArrayList>??? > > http://wave-robot-java-client.googlecode.com/svn/trunk/doc/com/google...
-- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
