Polishing

This commit is contained in:
Juergen Hoeller
2020-05-29 16:31:11 +02:00
parent e6553939b2
commit 083dd0e19d
13 changed files with 69 additions and 30 deletions

View File

@@ -432,8 +432,7 @@ public abstract class YamlProcessor {
/**
* {@link Constructor} that supports filtering of unsupported types.
* <p>If an unsupported type is encountered in a YAML document, an
* {@link IllegalStateException} will be thrown from {@link #getClassForName(String)}.
* @since 5.1.16
* {@link IllegalStateException} will be thrown from {@link #getClassForName}.
*/
private class FilteringConstructor extends Constructor {