Skip to content

Commit e69ed4d

Browse files
committed
fix typo in property name
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 45c140d commit e69ed4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logback-classic/src/main/java/ch/qos/logback/classic/ClassicConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public class ClassicConstants {
2525
public static final String CONFIG_FILE_PROPERTY = "logback.configurationFile";
2626

2727
/**
28-
* property name for the model file used for configuration
28+
* property name designating the path for the serialized configuration model file
2929
* @since 1.3.9/1.4.9
3030
*/
31-
public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.serializedModelFilew";
31+
public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.scmoFile";
3232

3333
public static final String JNDI_CONFIGURATION_RESOURCE = JNDI_JAVA_NAMESPACE
3434
+ "comp/env/logback/configuration-resource";

0 commit comments

Comments
 (0)