From e25053ff493b4d8703c8a134859d7561dac10a45 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Tue, 13 Nov 2018 06:44:16 +0100 Subject: =?UTF-8?q?Add=20=E2=80=9Csince=E2=80=9D=20tag=20to=20documentatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/org/apache/tools/ant/util/ReaderInputStream.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/org/apache/tools/ant/util/ReaderInputStream.java b/src/main/org/apache/tools/ant/util/ReaderInputStream.java index a6fb3fd27..0d71adb2f 100644 --- a/src/main/org/apache/tools/ant/util/ReaderInputStream.java +++ b/src/main/org/apache/tools/ant/util/ReaderInputStream.java @@ -72,6 +72,7 @@ public class ReaderInputStream extends InputStream { * * @param reader non-null Reader. * @param charset non-null Charset charset. + * @since Ant 1.10.6 */ public ReaderInputStream(Reader reader, Charset charset) { this(reader); -- cgit v1.2.1