You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Very happy customer here; I just came across a small typo. I had made a
small test event handler as a inner class, but I left it as *private* and
got this error message:
java.lang.IllegalAccessException: Class
com.adamtaft.eb.BasicEventBus$HandlerInfoCallable can not access a member
of class crystalline.InBetween$WindowListener with modifiers "public"
Switching it to a public inner class solved the problem, but the error
message I suspect would say "private" instead.
Keep up the good work!
Original issue reported on code.google.com by [email protected] on 1 May 2010 at 2:05
The text was updated successfully, but these errors were encountered:
Hi, I just noticed this bug report. I'm not used to Google's setup and I
didn't receive an email notification (that I'm aware of).
That being said, thanks for the report. I'll look into it.
Original issue reported on code.google.com by
[email protected]
on 1 May 2010 at 2:05The text was updated successfully, but these errors were encountered: