GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/1415
NIFI-3330 Replaced two instances of multiple calls to getter methods â¦
â¦during request attribute retrieval with a single call saved to a local
variable to prevent null pointer exceptions during multiple invocations of a
getter method.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-3330
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1415.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 #1415
----
commit 69b83538a2bb894ccb61121acf4a681547602cb3
Author: Jeff Storck <[email protected]>
Date: 2017-01-13T22:03:24Z
NIFI-3330 Replaced two instances of multiple calls to getter methods during
request attribute retrieval with a single call saved to a local variable to
prevent null pointer exceptions during multiple invocations of a getter method.
----
---
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.
---