Browse Source

description style

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@598304 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 17 years ago
parent
commit
5d43aad1cd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      check.xml

+ 2
- 2
check.xml View File

@@ -102,7 +102,7 @@
</simian>
</target>
<target name="fixTS" description="fix error 'Line has trailing spaces'">
<target name="fixTS" description="--> fix checkstyle errors 'Line has trailing spaces'">
<fail message="Define path to java file 'path'">
<condition><not><isset property="path"/></not></condition>
</fail>
@@ -111,7 +111,7 @@
</replaceregexp>
</target>

<target name="fixTab" description="fix error 'Line contains TAB sign'">
<target name="fixTab" description="--> fix checkstyle errors 'Line contains TAB sign'">
<fail message="Define path to java file 'path'">
<condition><not><isset property="path"/></not></condition>
</fail>


Loading…
Cancel
Save