I remember replacing something like String.format("%s", foo) with just foo
at some point -- there were no-ops and near-no-ops like this in a few
places. Maybe this is what you are talking about.On Thu, Jan 5, 2012 at 3:16 AM, Lance Norskog <[email protected]> wrote: > ConfusionMatrix used to use String.format() in an error message, but a > recent checkin changed it back to string + string + string. Are we not > using String.format() any more? > > -- > Lance Norskog > [email protected] >
