Cleaning up javadoc

This commit is contained in:
Joakim Erdfelt 2013-08-06 09:19:49 -07:00
parent 7c292c1799
commit 2354ad4c3d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.eclipse.jetty.util.Callback;
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>
* We don't expose the jetty {@link Callback} object to the webapp, as that makes things complicated for the WebAppContext's Classloader.
*/