On Tue, Nov 20, 2018 at 11:03 AM Oleg Kalnichevski <[email protected]> wrote:
> On Tue, 2018-11-20 at 06:24 -0700, Gary Gregory wrote: > > Hi, > > > > > void dumpState(final StringBuilder buf) > > > > It feels to me like this would be nicer and more accurate: > > > > void appendState(final StringBuilder buf) > > > > Gary > > > > Feel free to rename the method. > Ok, done. Gary > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
