You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/07/30 18:19:11 UTC

svn commit: r1508508 - /webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java

Author: veithen
Date: Tue Jul 30 16:19:10 2013
New Revision: 1508508

URL: http://svn.apache.org/r1508508
Log:
AXIOM-418: Javadoc fix. The comment about MimeType actually applies to Geronimo's implementation, not the reference implementation.

Modified:
    webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java

Modified: webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java?rev=1508508&r1=1508507&r2=1508508&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java (original)
+++ webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java Tue Jul 30 16:19:10 2013
@@ -44,7 +44,7 @@ import javax.activation.MimeType;
  * This class is similar to {@link MimeType} and JavaMail's <code>ContentType</code> class, but the
  * following differences exist:
  * <ul>
- * <li>This class is more lenient than (the reference implementation of) {@link MimeType}. It will
+ * <li>This class is more lenient than (certain implementations of) {@link MimeType}. It will
  * accept content types that are not strictly valid, but that are commonly found. E.g. it will
  * accept content types with an extra semicolon at the end.
  * <li>This class is immutable.