Hi there, you are right.. Thx for the review. I just committed a fix with some refactoring in the mailetcontainer-* code. I think I'm done now
Bye, Norman 2010/12/22 Andrew S. Tomlinson <[email protected]>: > Constructor does not assign processor field. > Correct code should be: > > public CamelProcessor(Mailet mailet, Log logger, CamelMailetProcessor > container) { > this.mailet = mailet; > this.logger = logger; > this.processor = container; > } > > > Andrew S. Tomlinson > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
