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 2015/10/10 22:33:55 UTC

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

Author: veithen
Date: Sat Oct 10 20:33:55 2015
New Revision: 1707911

URL: http://svn.apache.org/viewvc?rev=1707911&view=rev
Log:
Remove obsolete TODO item.

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

Modified: webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java?rev=1707911&r1=1707910&r2=1707911&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java (original)
+++ webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/ContentType.java Sat Oct 10 20:33:55 2015
@@ -61,7 +61,6 @@ import javax.activation.MimeType;
  * Note that this class doesn't override {@link Object#equals(Object)} because there is no
  * meaningful way to compare content types with parameters.
  */
-// TODO: this class should override toString, but we don't need it yet...
 public final class ContentType {
     private final MediaType mediaType;
     private final String[] parameters;