Polishing

This commit is contained in:
Juergen Hoeller 2023-10-23 17:36:06 +02:00
parent cf3a25bfac
commit 8712fdcd3b
2 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,6 @@ public abstract class ClassFilters {
public String toString() {
return "Negate " + this.original;
}
}
}

View File

@ -569,6 +569,7 @@ class BeanDefinitionPropertyValueCodeGenerator {
}
}
/**
* {@link Delegate} for {@link TypedStringValue} types.
*/