Oops.. Looks like there's only one implementation of message.
On Mon, Mar 18, 2013 at 9:57 PM, John D. Ament <[email protected]>wrote: > All, > > Based on the above mentioned issue, I'd like to add the following two > methods to the Message interface: > > public Message argument(Serializable[] arguments) > > public Message argument(Collection<Serializable> arguments) > > This appears to be the standard way of handling this type of issue. I'm > just not sure of all the impact to doing this. If I make this change, is > anyone concerned that I touch their module to add these two methods? > > John >
