Cleaning up javadoc
This commit is contained in:
parent
7c292c1799
commit
2354ad4c3d
|
@ -22,7 +22,7 @@ import org.eclipse.jetty.util.Callback;
|
||||||
import org.eclipse.jetty.websocket.api.WriteCallback;
|
import org.eclipse.jetty.websocket.api.WriteCallback;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps the exposed {@link WriteCallback} API with a Jetty {@link Callback}.
|
* Wraps the exposed {@link WriteCallback} WebSocket API with a Jetty {@link Callback}.
|
||||||
* <p>
|
* <p>
|
||||||
* We don't expose the jetty {@link Callback} object to the webapp, as that makes things complicated for the WebAppContext's Classloader.
|
* We don't expose the jetty {@link Callback} object to the webapp, as that makes things complicated for the WebAppContext's Classloader.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue