[DOC] correct the the doc

This commit is contained in:
Edouard DUPIN 2021-08-23 11:15:28 +02:00
parent 1b69ba649a
commit 4a32ec0b15

View File

@ -15,7 +15,7 @@ import org.atriasoft.exml.internal.Log;
import org.atriasoft.exml.parser.Tools;
public class GeneratorIntrospection implements Generator {
// Keep in cach all the object alredy parsed ==> optimize CPU
// Keep in cache all the object already parsed ==> optimize CPU
final Map<MapKey, IntrospectionModel> elements = new HashMap<>();
// The root class (need to keep it if we use 2 time the builder, the root class is no more accessible).
final Class<?> rootClassType;