Closed palmerabollo closed 8 years ago
I know that Pile is deprecated, but this change makes it work because Grok#match always returns a Match object, thus the var gm can not be null and nullity must be ckecked with Match#isNull.
Pile
Match
gm
null
Match#isNull
thank you for the fix
I know that
Pile
is deprecated, but this change makes it work because Grok#match always returns aMatch
object, thus the vargm
can not benull
and nullity must be ckecked withMatch#isNull
.