Fix javadoc
This commit is contained in:
@ -198,7 +198,7 @@ public class QueryRestController {
|
||||
* stringified body of the POST request method
|
||||
* @param res the current {@link HttpServletResponse} instance
|
||||
* @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(
|
||||
value = QUERIES,
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user