@@ -148,7 +148,7 @@ public static void copy(final byte[] input, final OutputStream output)
148148 * @param input the byte array to read from
149149 * @param output the <code>Writer</code> to write to
150150 * @throws IOException In case of an I/O problem
151- * @deprecated use {@link #copy(byte[], Writer, String)} instead
151+ * @deprecated 2.5 use {@link #copy(byte[], Writer, String)} instead
152152 */
153153 @ Deprecated
154154 public static void copy (final byte [] input , final Writer output )
@@ -240,7 +240,7 @@ public static int copy(
240240 * @param input the <code>InputStream</code> to read from
241241 * @param output the <code>Writer</code> to write to
242242 * @throws IOException In case of an I/O problem
243- * @deprecated use {@link #copy(InputStream, Writer, String)} instead
243+ * @deprecated 2.5 use {@link #copy(InputStream, Writer, String)} instead
244244 */
245245 @ Deprecated
246246 public static void copy (
@@ -283,7 +283,7 @@ public static void copy(
283283 * @param input the <code>Reader</code> to read from
284284 * @param output the <code>OutputStream</code> to write to
285285 * @throws IOException In case of an I/O problem
286- * @deprecated use {@link #copy(Reader, OutputStream, String)} instead
286+ * @deprecated 2.5 use {@link #copy(Reader, OutputStream, String)} instead
287287 */
288288 @ Deprecated
289289 public static void copy (
@@ -330,7 +330,7 @@ public static void copy(
330330 * @param input the <code>String</code> to read from
331331 * @param output the <code>OutputStream</code> to write to
332332 * @throws IOException In case of an I/O problem
333- * @deprecated use {@link #copy(String, OutputStream, String)} instead
333+ * @deprecated 2.5 use {@link #copy(String, OutputStream, String)} instead
334334 */
335335 @ Deprecated
336336 public static void copy (
0 commit comments