Skip to content

Commit d7072d6

Browse files
committed
revert to public access for TimeBasedArchiveRemover.ArchiveRemoverRunnable
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 724efb5 commit d7072d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logback-core/src/main/java/ch/qos/logback/core/rolling/helper/TimeBasedArchiveRemover.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public String toString() {
247247

248248

249249

250-
protected class ArchiveRemoverRunnable implements Runnable {
250+
public class ArchiveRemoverRunnable implements Runnable {
251251
Instant now;
252252

253253
ArchiveRemoverRunnable(Instant now) {

0 commit comments

Comments
 (0)