Fix NullPointerException with firstMatch
Changes include:
-
When a
PayloadTriehas no match, a call tofirstMatchwould trigger a NullPointerException. This change hasfirstMatchreturnnullrather than throwing an uncaught exception. -
Increased version number to
0.6.0withinpom.xmland the README file.