Fix checkstyle violation
This commit is contained in:
parent
df4ba742cb
commit
1e481cd14c
|
@ -30,10 +30,7 @@ import org.springframework.lang.Nullable;
|
||||||
*/
|
*/
|
||||||
public class SpelParserConfiguration {
|
public class SpelParserConfiguration {
|
||||||
|
|
||||||
/**
|
/** System property to configure the default compiler mode for SpEL expression parsers: {@value}. */
|
||||||
* System property that is used to configure the default compiler mode for
|
|
||||||
* SpEL expression parsers: {@value}
|
|
||||||
*/
|
|
||||||
public static final String SPRING_EXPRESSION_COMPILER_MODE_PROPERTY_NAME = "spring.expression.compiler.mode";
|
public static final String SPRING_EXPRESSION_COMPILER_MODE_PROPERTY_NAME = "spring.expression.compiler.mode";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue