mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix checkstyle violation
This commit is contained in:
+1
-4
@@ -30,10 +30,7 @@ import org.springframework.lang.Nullable;
|
||||
*/
|
||||
public class SpelParserConfiguration {
|
||||
|
||||
/**
|
||||
* System property that is used to configure the default compiler mode for
|
||||
* SpEL expression parsers: {@value}
|
||||
*/
|
||||
/** System property 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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user