mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Polishing
See gh-36723
This commit is contained in:
-1
@@ -349,7 +349,6 @@ public class SpelParserConfiguration {
|
||||
* @param maximumNestingDepth the maximum nesting depth permitted within a SpEL
|
||||
* expression; must be a positive number
|
||||
* @since 7.1
|
||||
* @see #DEFAULT_MAX_EXPRESSION_NESTING_DEPTH
|
||||
*/
|
||||
public SpelParserConfiguration(SpelCompilerMode compilerMode, @Nullable ClassLoader compilerClassLoader,
|
||||
boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize, int maximumExpressionLength,
|
||||
|
||||
Reference in New Issue
Block a user