You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/14 14:57:15 UTC

[GitHub] [commons-io] garydgregory commented on a diff in pull request #374: Better docs in IOUtils and IOUtils.byteArray(int size)

garydgregory commented on code in PR #374:
URL: https://github.com/apache/commons-io/pull/374#discussion_r970931957


##########
src/main/java/org/apache/commons/io/IOUtils.java:
##########
@@ -3724,7 +3724,9 @@ public static Writer writer(final Appendable appendable) {
 
     /**
      * Instances should NOT be constructed in standard programming.
+     * @deprecated Will be private in 3.0.
      */
+    @Deprecated

Review Comment:
   Wait... this deprecation is fine. It's slightly out of scope for the PR but it's fine.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org