Author: dfs
Date: Mon May 16 22:42:29 2011
New Revision: 1103937
URL: http://svn.apache.org/viewvc?rev=1103937&view=rev
Log:
Removed references to recently removed CODE_XXX constants from FTPReply,
SMTPReply, and NNTPReply descriptions.
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPReply.java
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPReply.java
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPReply.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPReply.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPReply.java?rev=1103937&r1=1103936&r2=1103937&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPReply.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPReply.java
Mon May 16 22:42:29 2011
@@ -21,10 +21,7 @@ package org.apache.commons.net.ftp;
* FTPReply stores a set of constants for FTP reply codes. To interpret
* the meaning of the codes, familiarity with RFC 959 is assumed.
* The mnemonic constant names are transcriptions from the code descriptions
- * of RFC 959. For those who think in terms of the actual reply code values,
- * a set of CODE_NUM constants are provided where NUM is the numerical value
- * of the code.
- * <p>
+ * of RFC 959.
* <p>
* TODO replace with an enum
***/
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPReply.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPReply.java?rev=1103937&r1=1103936&r2=1103937&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPReply.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPReply.java
Mon May 16 22:42:29 2011
@@ -21,11 +21,7 @@ package org.apache.commons.net.nntp;
* NNTPReply stores a set of constants for NNTP reply codes. To interpret
* the meaning of the codes, familiarity with RFC 977 is assumed.
* The mnemonic constant names are transcriptions from the code descriptions
- * of RFC 977. For those who think in terms of the actual reply code values,
- * a set of NUM constants are provided where NUM is the numerical value
- * of the code.
- * <p>
- * <p>
+ * of RFC 977.
***/
public final class NNTPReply
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPReply.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPReply.java?rev=1103937&r1=1103936&r2=1103937&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPReply.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPReply.java
Mon May 16 22:42:29 2011
@@ -21,11 +21,7 @@ package org.apache.commons.net.smtp;
* SMTPReply stores a set of constants for SMTP reply codes. To interpret
* the meaning of the codes, familiarity with RFC 821 is assumed.
* The mnemonic constant names are transcriptions from the code descriptions
- * of RFC 821. For those who think in terms of the actual reply code values,
- * a set of CODE_NUM constants are provided where NUM is the numerical value
- * of the code.
- * <p>
- * <p>
+ * of RFC 821.
***/
public final class SMTPReply