Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1057#discussion_r80344174
--- Diff:
nifi-mock/src/main/java/org/apache/nifi/util/MockProcessSession.java ---
@@ -164,7 +164,7 @@ public void commit() {
* {@link org.apache.nifi.processor.Processor#onTrigger} commits or
rolls back the
* session
*/
- public void clearCommited() {
+ public void clearCommitted() {
--- End diff --
Good question. To be honest, I was relying on good old travis to tell.
Seems like it passes but yes, we are renaming a public 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.
---