Polishing

See gh-36723
This commit is contained in:
Sam Brannen
2026-08-21 13:23:54 +02:00
parent 8473ec3e25
commit 68d438c9ff
@@ -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,