Fix small javadoc warning

This commit is contained in:
md_5 2013-03-20 20:36:33 +11:00
parent 6813b82b84
commit 86b864ce21

View File

@ -244,7 +244,7 @@ public abstract class ProxyServer
* requests. Care should be taken to ensure that all operations are non
* blocking where applicable.
*
* @return
* @return the server's {@link AsyncHttpClient} instance
*/
public abstract AsyncHttpClient getHttpClient();
}