-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In ReflectionHelper#getObjectClass, the documentation right above the mismatch states that the primitive class is something such as int.class, and that the Object class is something such as Integer.class, but in the typo spots from lines 2694 to 2697, it states that the primitive class is something such as Integer.class (the Object class), and that the Object class is something such as int.class (the primitive class). It almost seems as if it was simply copy-pasted from the documentation for ReflectionHelper#getPrimitiveClass, which makes this mistake understandable and marginally disregardable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels