Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Release v2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 13:53
61edd20
Replaced personList and creation of DIVs with personListString and cr…

…eation of DIVs in Java to speed up DOM creation. (#151)

Check during creation of personList required, as some user data seems to be valid but not set leading to NullPointerExceptions. This could be avoided with a data cleanup;