Browse Source

&quote; -> "

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274450 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 22 years ago
parent
commit
6dfb8b1dbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTypes/filterchain.html

+ 1
- 1
docs/manual/CoreTypes/filterchain.html View File

@@ -554,7 +554,7 @@ that represent comments as specified by the user.
This removes all lines that begin with #, --, REM, rem and //
<BLOCKQUOTE><PRE>
&lt;filterreader classname=&quot;org.apache.tools.ant.filters.StripLineComments&quot;&gt;
&lt;param type=&quot;comment&quot; value=&quote;#&quot;/&gt;
&lt;param type=&quot;comment&quot; value=&quot;#&quot;/&gt;
&lt;param type=&quot;comment&quot; value=&quot;--&quot;/&gt;
&lt;param type=&quot;comment&quot; value=&quot;REM &quot;/&gt;
&lt;param type=&quot;comment&quot; value=&quot;rem &quot;/&gt;


Loading…
Cancel
Save