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 2016/05/01 10:28:22 UTC

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

Author: veithen
Date: Sun May  1 08:28:21 2016
New Revision: 1741846

URL: http://svn.apache.org/viewvc?rev=1741846&view=rev
Log:
Fix Javadoc.

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

Modified: webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/PartDataHandler.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/PartDataHandler.java?rev=1741846&r1=1741845&r2=1741846&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/PartDataHandler.java (original)
+++ webservices/axiom/trunk/axiom-api/src/main/java/org/apache/axiom/mime/PartDataHandler.java Sun May  1 08:28:21 2016
@@ -73,8 +73,8 @@ public class PartDataHandler extends Dat
      *            the {@link Part} backing this data handler
      * @param contentType
      *            the content type expected to be returned by {@link DataSource#getContentType()};
-     *            defaults to {@code application/octet-stream} if {@link Part#getContentType()}
-     *            returns {@code null}
+     *            defaults to {@code application/octet-stream} if the part doesn't specify a content
+     *            type
      * @return the {@link DataSource} instance, or {@code null} to use the default implementation
      */
     protected DataSource createDataSource(Part part, String contentType) {