Fix Java version.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-05-21 07:11:07 +00:00
parent bad8061043
commit a8be319ec8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ INTRODUCTION:
This document contains the release notes for the ${version} version of Apache Commons CSV.
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
CSV requires at least Java 7.0.
CSV requires at least Java 6.
$introduction.replaceAll("(?<!\015)\012", "
").replaceAll("(?m)^ +","")