Skip to content

Commit 7d942c8

Browse files
committed
remove Rank and RankValue from Configurator. These types have been replaced by c.q.logback.classic.spi.ConfiguratorRank
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 02fe1a9 commit 7d942c8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

logback-classic/src/main/java/ch/qos/logback/classic/spi/Configurator.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ enum ExecutionStatus {
3838
DO_NOT_INVOKE_NEXT_IF_ANY
3939
}
4040

41-
enum RankValue {
42-
FIRST,
43-
REGULAR,
44-
FALLBACK;
45-
}
46-
47-
@Retention(RetentionPolicy.RUNTIME)
48-
@Target(ElementType.TYPE)
49-
public @interface Rank {
50-
RankValue value() default RankValue.REGULAR;
51-
}
52-
5341
/**
5442
* The context will also be set before this method is called via
5543
* {@link ContextAware#setContext(ch.qos.logback.core.Context)}.

0 commit comments

Comments
 (0)