Return empty collection instead of null

Issue #171 resolved
Tomas Laubr created an issue

It's a good practice to return empty collection instead of null in methods like JWTClaimsSet.getAudience(). Otherwise it's harder to work with the library.

Comments (3)

  1. Log in to comment