Author: sebb Date: Sat Mar 24 11:24:43 2012 New Revision: 1304771 URL: http://svn.apache.org/viewvc?rev=1304771&view=rev Log: Fix copy-paste errors
Modified: commons/proper/net/trunk/src/site/xdoc/index.xml Modified: commons/proper/net/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/index.xml?rev=1304771&r1=1304770&r2=1304771&view=diff ============================================================================== --- commons/proper/net/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/net/trunk/src/site/xdoc/index.xml Sat Mar 24 11:24:43 2012 @@ -117,21 +117,7 @@ </ul> </subsection> - <subsection name="MAIL (package: examples/mail)"> - <ul> - <li><a href="examples/mail/IMAPMail.java">IMAPMail</a> - This is an example program demonstrating how to use the IMAP[S]Client class. - </li> - <li><a href="examples/mail/POP3Mail.java">POP3Mail</a> - This is an example program demonstrating how to use the POP3[S]Client class. - </li> - <li><a href="examples/mail/SMTPMail.java">SMTPMail</a> - This is an example program demonstrating how to use the SMTP[S]Client class. - </li> - </ul> - </subsection> - - <subsection name="MAIL (package: examples/nntp)"> + <subsection name="NNTP (package: examples/nntp)"> <ul> <li><a href="examples/nntp/ExtendedNNTPOps.java">ExtendedNNTPOps</a> Simple class showing some of the extended commands (AUTH, XOVER, LIST ACTIVE) @@ -153,7 +139,7 @@ </ul> </subsection> - <subsection name="MAIL (package: examples/ntp)"> + <subsection name="NTP (package: examples/ntp)"> <ul> <li><a href="examples/ntp/NTPClient.java">NTPClient</a> This is an example program demonstrating how to use the NTPUDPClient @@ -172,7 +158,7 @@ </ul> </subsection> - <subsection name="MAIL (package: examples/telnet)"> + <subsection name="TELNET (package: examples/telnet)"> <ul> <li><a href="examples/telnet/TelnetClientExample.java">TelnetClientExample</a> This is a simple example of use of TelnetClient.