Browse Source

PR: 23149 - fixed typo. I thought I'd contribute something! :)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275233 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 22 years ago
parent
commit
ab10fc8bbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/propertyfile.html

+ 1
- 1
docs/manual/OptionalTasks/propertyfile.html View File

@@ -152,7 +152,7 @@ The slashes conform to the expectations of the Properties class. The file will


<blockquote><pre>&lt;propertyfile <blockquote><pre>&lt;propertyfile
file=&quot;my.properties&quot; file=&quot;my.properties&quot;
comment&quot;My properties&quot;&gt;
comment=&quot;My properties&quot;&gt;
&lt;entry key=&quot;akey&quot; value=&quot;avalue&quot;/&gt; &lt;entry key=&quot;akey&quot; value=&quot;avalue&quot;/&gt;
&lt;entry key=&quot;adate&quot; type=&quot;date&quot; value=&quot;now&quot;/&gt; &lt;entry key=&quot;adate&quot; type=&quot;date&quot; value=&quot;now&quot;/&gt;
&lt;entry key=&quot;anint&quot; type=&quot;int&quot; operation=&quot;+&quot;/&gt; &lt;entry key=&quot;anint&quot; type=&quot;int&quot; operation=&quot;+&quot;/&gt;


Loading…
Cancel
Save