[DOC] correct the the doc
This commit is contained in:
parent
1b69ba649a
commit
4a32ec0b15
@ -15,7 +15,7 @@ import org.atriasoft.exml.internal.Log;
|
|||||||
import org.atriasoft.exml.parser.Tools;
|
import org.atriasoft.exml.parser.Tools;
|
||||||
|
|
||||||
public class GeneratorIntrospection implements Generator {
|
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<>();
|
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).
|
// The root class (need to keep it if we use 2 time the builder, the root class is no more accessible).
|
||||||
final Class<?> rootClassType;
|
final Class<?> rootClassType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user