Fixing javadoc: Invalid member type qualification
This commit is contained in:
parent
7703784cab
commit
288f2e1f51
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue