Skip to content

Commit

Permalink
Add note about copied class to ResilientOutputStreamBase
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Sep 16, 2019
1 parent a3236b3 commit 81c0fd2
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -23,6 +23,13 @@
import java.io.IOException;
import java.io.OutputStream;

/**
* Imported from Logback 1.2.3.
*
* @see ch.qos.logback.core.recovery.ResilientOutputStreamBase
* @see <a href="https://github.com/qos-ch/logback/blob/v_1.2.3/logback-core/src/main/java/ch/qos/logback/core/recovery/ResilientOutputStreamBase.java">ResilientOutputStreamBase</a>
*/
@SuppressWarnings("NullAway")
abstract class ResilientOutputStreamBase extends OutputStream {

private final static int STATUS_COUNT_LIMIT = 2 * 4;
Expand Down

0 comments on commit 81c0fd2

Please sign in to comment.