Browse Source

Fix checkstyle violation

pull/26504/head
Rossen Stoyanchev 5 years ago
parent
commit
1e481cd14c
  1. 5
      spring-expression/src/main/java/org/springframework/expression/spel/SpelParserConfiguration.java

5
spring-expression/src/main/java/org/springframework/expression/spel/SpelParserConfiguration.java

@ -30,10 +30,7 @@ import org.springframework.lang.Nullable; @@ -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";

Loading…
Cancel
Save