Reranko05 opened a new pull request, #822: URL: https://github.com/apache/commons-io/pull/822
This PR fixes IO-865. ThrottledInputStream.Builder#setMaxBytesPerSecond(long) currently returns void, which breaks the documented builder chaining example. This change makes the method return the builder instance, enabling fluent usage. The change is source-compatible and aligns with the existing Builder API design. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
