Remove obsolete comment

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1592603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-05-05 18:45:29 +00:00
parent 07a73d2824
commit 129a8db75e
1 changed files with 1 additions and 4 deletions

View File

@ -127,10 +127,7 @@ CSV files of various types.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons.encoding>UTF-8</commons.encoding>
<!--
Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir
and wants license headers in .properties to be the header for Java files.
-->
<checkstyle.version>2.12.1</checkstyle.version>
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
</properties>