Fixing application development code block issue
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/2a7d7c0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/2a7d7c0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/2a7d7c0d Branch: refs/heads/master Commit: 2a7d7c0d1b5c6ec7c80c46d2d356e26a7c6fe782 Parents: b3d005b Author: sashadt <[email protected]> Authored: Mon Nov 9 19:19:46 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Sun Feb 28 22:46:40 2016 -0800 ---------------------------------------------------------------------- application_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2a7d7c0d/application_development.md ---------------------------------------------------------------------- diff --git a/application_development.md b/application_development.md index d2dbde3..5cb2504 100644 --- a/application_development.md +++ b/application_development.md @@ -1528,7 +1528,7 @@ public void beginWindow(long windowId) // Called at the start of the window as s public void endWindow() // Called at the end of the window after end_window tuples arrive on all input ports public void setup(OperatorContext context) // Called once during initialization of the operator public void teardown() // Called once when the operator is being shutdown -```` +``` A tuple can be emitted in any of the three streaming run-time
