Fix javadoc

This commit is contained in:
Fabian Märki
2016-02-02 15:34:27 +01:00
parent 84740559f9
commit b74ee6c8c5
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ public interface ResponseStreamWriter {
* Responding with the the contents of the stream by writing into the output stream of the
* {@link ServletResponse}.
*
* @param stream The results results
* @param results The results results
* @param options The options for the response
* @param response {@link ServletResponse} instance given by the current HTTP request
* @throws Exception thrown if writing to the output stream fails