Fixing javadoc: Invalid member type qualification

This commit is contained in:
Joakim Erdfelt 2016-01-21 16:53:04 -07:00
parent 7703784cab
commit 288f2e1f51
1 changed files with 4 additions and 4 deletions

View File

@ -116,8 +116,8 @@ public class MultiPartContentProvider extends AbstractTypedContentProvider imple
* <p>The {@code Content-Type} of this part will be obtained from:</p>
* <ul>
* <li>the {@code Content-Type} header in the {@code fields} parameter; otherwise</li>
* <li>the {@link Typed#getContentType()} method if the {@code content} parameter
* implements {@link Typed}; otherwise</li>
* <li>the {@link org.eclipse.jetty.client.api.ContentProvider.Typed#getContentType()} method if the {@code content} parameter
* implements {@link org.eclipse.jetty.client.api.ContentProvider.Typed}; otherwise</li>
* <li>"text/plain"</li>
* </ul>
*
@ -136,8 +136,8 @@ public class MultiPartContentProvider extends AbstractTypedContentProvider imple
* <p>The {@code Content-Type} of this part will be obtained from:</p>
* <ul>
* <li>the {@code Content-Type} header in the {@code fields} parameter; otherwise</li>
* <li>the {@link Typed#getContentType()} method if the {@code content} parameter
* implements {@link Typed}; otherwise</li>
* <li>the {@link org.eclipse.jetty.client.api.ContentProvider.Typed#getContentType()} method if the {@code content} parameter
* implements {@link org.eclipse.jetty.client.api.ContentProvider.Typed}; otherwise</li>
* <li>"application/octet-stream"</li>
* </ul>
*