Browse Source

Adjust to reality

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

+ 4
- 1
docs/manual/base_task_classes.html View File

@@ -7,7 +7,10 @@


<body> <body>
<h1>Tasks Designed for Extension</h1> <h1>Tasks Designed for Extension</h1>
These classes are designed to be extended. Always start here when writing your own task.

<p>These classes are designed to be extended. Always start here when writing your own task.</p>

<p><strong>The links will not work in the online version of this document.</strong></p>


<table border="1"> <table border="1">
<thead> <thead>


+ 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 java.io.PrintStream {
class MailPrintStream extends PrintStream {


private int lastChar; private int lastChar;




Loading…
Cancel
Save