GitHub user martinschaef opened a pull request:
https://github.com/apache/flume/pull/17
Update EventHelper.java
Avoid null pointer exception in line 71 for the case "if (event == null ||
event.getBody() == null)" in line 44/45
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/martinschaef/flume patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/17.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17
----
commit 3f456b4873ca50bd35877f8e2b30468a627b4649
Author: Martin <[email protected]>
Date: 2015-04-17T23:15:19Z
Update EventHelper.java
Avoid null pointer exception in line 71 for the case "if (event == null ||
event.getBody() == null)" in line 44/45
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---