Fixing malformed Javadoc warnings in jetty-io

This commit is contained in:
Joakim Erdfelt 2013-08-14 12:28:29 -07:00
parent aef8071d1d
commit 5dbd746047
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public abstract class FillInterest
/** Call to register interest in a callback when a read is possible.
* The callback will be called either immediately if {@link #needsFill()}
* returns true or eventually once {@link #fillable()} is called.
* @param context
* @param callback
* @throws ReadPendingException
*/

View File

@ -314,7 +314,7 @@ abstract public class WriteFlusher
* Tries to switch state to WRITING. If successful it writes the given buffers to the EndPoint. If state transition
* fails it'll fail the callback.
*
* If not all buffers can be written in one go it creates a new {@link PendingState} object to preserve the state
* If not all buffers can be written in one go it creates a new <code>PendingState</code> object to preserve the state
* and then calls {@link #onIncompleteFlushed()}. The remaining buffers will be written in {@link #completeWrite()}.
*
* If all buffers have been written it calls callback.complete().