This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from 7e43e94b Whitespace new 65d6d110 Allocate a string look ahead buffer in CSVFormat.printWithEscapes(CharSequence, Appendable) new 122feb5e Better internal name new ac031dc3 Better internal name new 6f758dd0 Don't allocate an extra String in CSVFormat.printWithEscapes(Reader, Appendable) new 7c6f28c9 Don't allocate an extra String in CSVFormat.printWithEscapes(Reader, Appendable) new b7ed4003 No need to store in local variable The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/commons/csv/CSVFormat.java | 58 +++++++++++----------- .../apache/commons/csv/ExtendedBufferedReader.java | 13 ----- 2 files changed, 30 insertions(+), 41 deletions(-)