Was that a typo? It is currently private, but I was proposing changing to protected.
Or did you mean that it *should* be private and the class should be final. On 8 July 2011 20:21, Greg Brown <gk_br...@verizon.net> wrote: > Seems fine. I don't remember why it is protected. > > On Jul 8, 2011, at 9:11 AM, Chris Bartlett wrote: > >> Does anyone have a problem with me changing the internal >> 'messageTopics' Map to protected from private? >> http://svn.apache.org/repos/asf/pivot/trunk/core/src/org/apache/pivot/util/MessageBus.java >> >> The class isn't final, but perhaps it was intended to be? In which >> case I can make it final. >> >> Chris > >