PureWriter / about-page

A nice about page library based on MultiType
Apache License 2.0
446 stars 45 forks source link

fix NPE #17

Closed Bakumon closed 5 years ago

Bakumon commented 5 years ago

List#addAll() if the specified collection contains one or more null elements and this list does not permit null elements, or if the specified collection is null, will throw the NullPointerException.