Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.0
Description
This change is to make org.apache.commons.io.output.FileWriterWithEncoding extend org.apache.commons.io.output.ProxyWriter, to use the ProxyWriter's delegate Writer rather than storing the delegate Writer reference within FileWriterWithEncoding explicitly.
This simplifies FileWriterWithEncoding as it no longer needs to override any methods from its super class, and no longer needs to store and maintain a reference to a delegate Writer explicitly - this is provided by the super class already.
kinow Here is the ticket for the Pull Request.