Or: status = ERROR status.destination = err
Gary On Wed, Aug 17, 2016 at 8:10 PM, Remko Popma <[email protected]> wrote: > Can we change the naming to make configuration more intuitive? At first > glance there's no way to see that these two lines are related: > > status = ERROR > +dest = err > > How about something like this? > > status = ERROR > statusDestination = err > > Sent from my iPhone > > > On 2016/08/18, at 4:54, [email protected] wrote: > > > > status = ERROR > > +dest = err > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
