Add missing @since tags for new API

Change-Id: Iaf83f66637d6a13e4a6d096ba8529553af7e30ed
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-11-15 00:57:00 +01:00 committed by David Pursehouse
parent 2685f4b101
commit 52fa09c8d4
2 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,7 @@ static class Error {
* error message
* @throws IOException
* on failure to send the response
* @since 4.6
*/
protected static void sendError(HttpServletResponse rsp, int status, String message)
throws IOException {

View File

@ -71,6 +71,8 @@
* Every write (or flush) requires a context switch to another thread. Callers
* should wrap this stream with {@code BufferedOutputStream} using a suitable
* buffer size to amortize the cost of context switches.
*
* @since 4.6
*/
public class IsolatedOutputStream extends OutputStream {
private final OutputStream dst;