Browse Source

Adjust to reality

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276995 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
b5252dc951
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/manual/api/packages.html
  2. +1
    -1
      src/main/org/apache/tools/mail/MailMessage.java

+ 2
- 2
docs/manual/api/packages.html View File

@@ -11,10 +11,10 @@ on purpose. We do not provide an online version of the API docs, they
are included with all our distributions, including the nightly are included with all our distributions, including the nightly
builds.</p> builds.</p>


<p>If you want to see the API docs for the latest code, they are
<!--p>If you want to see the API docs for the latest code, they are
generated by <a href="http://jakarta.apache.org/gump/">Apache Gump</a> generated by <a href="http://jakarta.apache.org/gump/">Apache Gump</a>
and linked from <a and linked from <a
href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p>
href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p-->


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


+ 1
- 1
src/main/org/apache/tools/mail/MailMessage.java View File

@@ -481,7 +481,7 @@ public class MailMessage {
* This PrintStream subclass makes sure that <CRLF>. becomes <CRLF>.. * This PrintStream subclass makes sure that <CRLF>. becomes <CRLF>..
* per RFC 821. It also ensures that new lines are always \r\n. * per RFC 821. It also ensures that new lines are always \r\n.
*/ */
class MailPrintStream extends PrintStream {
class MailPrintStream extends java.io.PrintStream {


private int lastChar; private int lastChar;




Loading…
Cancel
Save