Skip to content

[docs] {hotfix} fix errors and formatting in NiFi documentation#2224

Closed
smarthi wants to merge 1 commit intoapache:masterfrom
smarthi:fix_nifi_docs
Closed

[docs] {hotfix} fix errors and formatting in NiFi documentation#2224
smarthi wants to merge 1 commit intoapache:masterfrom
smarthi:fix_nifi_docs

Conversation

@smarthi
Copy link
Copy Markdown
Member

@smarthi smarthi commented Jul 10, 2016

Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration.
If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the How To Contribute guide.
In addition to going through the list, please provide a meaningful description of your changes.

  • General
    • The pull request references the related JIRA issue ("[FLINK-XXX] Jira title text")
    • The pull request addresses only one issue
    • Each commit in the PR has a meaningful commit message (including the JIRA id)
  • Documentation
    • Documentation has been added for new functionality
    • Old documentation affected by the pull request has been updated
    • JavaDoc for public methods has been added
  • Tests & Build
    • Functionality added by the pull request is covered by tests
    • mvn clean verify has been executed successfully locally or a Travis build has passed

@smarthi smarthi changed the title {hotfix} fix errors and formatting in NiFi documentation [docs] {hotfix} fix errors and formatting in NiFi documentation Jul 10, 2016
SinkFunction<NiFiDataPacket> nifiSink = new NiFiSink<>(clientConfig);
SinkFunction<NiFiDataPacket> nifiSink = new NiFiSink<>(clientConfig, new NiFiDataPacketBuilder<T>() {...});

streamExec
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that line can be removed

@rmetzger
Copy link
Copy Markdown
Contributor

Thank you for opening a PR. I'll fix the mentioned issue myself and merge it.

@asfgit asfgit closed this in da9a16d Jul 11, 2016
@smarthi smarthi deleted the fix_nifi_docs branch July 11, 2016 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants