Usage examples on this page use MessageManagerhere and here. In both of these examples, an addMessage() method is called on the instance of this class.
However, MessageManager has no addMessage() method. BufferedMessageManager does, which is why I'm thinking the intention was to use BufferedMessageManager rather than MessageManager in the examples.
Usage examples on this page use
MessageManager
here and here. In both of these examples, anaddMessage()
method is called on the instance of this class.However,
MessageManager
has noaddMessage()
method.BufferedMessageManager
does, which is why I'm thinking the intention was to useBufferedMessageManager
rather thanMessageManager
in the examples.