Author: veithen
Date: Tue May 25 19:57:12 2010
New Revision: 948191

URL: http://svn.apache.org/viewvc?rev=948191&view=rev
Log:
Replaced reference to RFC2111 by RFC2392 (which obsoletes RFC2111).

Modified:
    
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/UIDGenerator.java

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/UIDGenerator.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/UIDGenerator.java?rev=948191&r1=948190&r2=948191&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/UIDGenerator.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/UIDGenerator.java
 Tue May 25 19:57:12 2010
@@ -49,7 +49,7 @@ public final class UIDGenerator {
      * atext         = ALPHA / DIGIT / "!" / "#" / "$" / "%" / "&"
      *                   / "'" / "*" / "+" / "-" / "/" / "=" / "?"
      *                   / "^" / "_" / "`" / "{" / "|" / "}" / "~"</pre>
-     * In addition, RFC2111 specifies that when used in an URL with scheme
+     * In addition, RFC2392 specifies that when used in an URL with scheme
      * "cid:", the content ID must be URL encoded. Since not all 
implementations
      * handle this correctly, any characters considered "unsafe" in an URL (and
      * requiring encoding) should be avoided in a content ID.


Reply via email to