NIFI-10: Fixed checkstyle violation
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/17006335 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/17006335 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/17006335 Branch: refs/heads/NIFI-655 Commit: 17006335e5b687a8a268d1571ae04a98235e6394 Parents: fc2aa27 Author: Mark Payne <[email protected]> Authored: Mon Oct 26 17:09:51 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Mon Oct 26 17:09:51 2015 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/nifi/provenance/ProvenanceReporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/17006335/nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceReporter.java ---------------------------------------------------------------------- diff --git a/nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceReporter.java b/nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceReporter.java index 0fd29fd..39eed43 100644 --- a/nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceReporter.java +++ b/nifi-api/src/main/java/org/apache/nifi/provenance/ProvenanceReporter.java @@ -159,7 +159,7 @@ public interface ProvenanceReporter { * the data */ void fetch(FlowFile flowFile, String transitUri, String details, long transmissionMillis); - + /** * Emits a Provenance Event of type {@link ProvenanceEventType#SEND SEND} * that indicates that a copy of the given FlowFile was sent to an external
