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/d1bb9616 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d1bb9616 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d1bb9616 Branch: refs/heads/APEXCORE-293 Commit: d1bb9616b71dfcb79b2e3aee4396ef44fc229463 Parents: f5b8314 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/d1bb9616/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
