From 4a32ec0b151ffe116872fac5ad11a5872aa4f57f Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 23 Aug 2021 11:15:28 +0200 Subject: [PATCH] [DOC] correct the the doc --- src/org/atriasoft/exml/generator/GeneratorIntrospection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/atriasoft/exml/generator/GeneratorIntrospection.java b/src/org/atriasoft/exml/generator/GeneratorIntrospection.java index d21946a..4c33e9f 100644 --- a/src/org/atriasoft/exml/generator/GeneratorIntrospection.java +++ b/src/org/atriasoft/exml/generator/GeneratorIntrospection.java @@ -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 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;