Browse Source

fixing incorrectly specified FQCN

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

+ 2
- 2
docs/manual/listeners.html View File

@@ -157,7 +157,7 @@ control for turning off success or failure messages individually.</p>
</table>
<blockquote>

<p><code>ant -logger org.apache.tools.ant.MailLogger</code></p>
<p><code>ant -logger org.apache.tools.ant.listener.MailLogger</code></p>

</blockquote>

@@ -213,4 +213,4 @@ developers.</p>
Reserved.</p>

</body>
</html>
</html>

Loading…
Cancel
Save