Add TODO to remove ProxyOutputStream in 11.X

This commit is contained in:
Paul Schaub 2025-04-04 12:11:20 +02:00
parent 57e2f8391b
commit edb405d79e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -16,6 +16,7 @@ import java.io.OutputStream
* target output stream is not yet known. * target output stream is not yet known.
*/ */
@Deprecated("Marked for removal.") @Deprecated("Marked for removal.")
// TODO: Remove in 11.X
class ProxyOutputStream : OutputStream() { class ProxyOutputStream : OutputStream() {
private val buffer = ByteArrayOutputStream() private val buffer = ByteArrayOutputStream()
private var swapped: OutputStream? = null private var swapped: OutputStream? = null