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

View File

@ -198,7 +198,7 @@ public class QueryRestController {
* stringified body of the POST request method * stringified body of the POST request method
* @param res the current {@link HttpServletResponse} instance * @param res the current {@link HttpServletResponse} instance
* @throws Exception if reading the JSON string fails or if the subsequent call to * @throws Exception if reading the JSON string fails or if the subsequent call to
* {@link #executeQuery(DAQQueries, HttpServletResponse)} fails * {@link #executeQueries(DAQQueries, HttpServletResponse)} fails
*/ */
@RequestMapping( @RequestMapping(
value = QUERIES, value = QUERIES,

View File

@ -20,7 +20,7 @@ public interface ResponseStreamWriter {
* Responding with the the contents of the stream by writing into the output stream of the * Responding with the the contents of the stream by writing into the output stream of the
* {@link ServletResponse}. * {@link ServletResponse}.
* *
* @param stream The results results * @param results The results results
* @param options The options for the response * @param options The options for the response
* @param response {@link ServletResponse} instance given by the current HTTP request * @param response {@link ServletResponse} instance given by the current HTTP request
* @throws Exception thrown if writing to the output stream fails * @throws Exception thrown if writing to the output stream fails