minor fixes
Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/f56cfa4b Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/f56cfa4b Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/f56cfa4b Branch: refs/heads/asf-site Commit: f56cfa4b826df6177c2163dab8bb3e620f939ad1 Parents: 9f22ab6 Author: Dan Halperin <[email protected]> Authored: Fri Jan 27 13:54:35 2017 -0800 Committer: Dan Halperin <[email protected]> Committed: Fri Jan 27 13:54:35 2017 -0800 ---------------------------------------------------------------------- src/documentation/programming-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/f56cfa4b/src/documentation/programming-guide.md ---------------------------------------------------------------------- diff --git a/src/documentation/programming-guide.md b/src/documentation/programming-guide.md index c0e947f..71ee487 100644 --- a/src/documentation/programming-guide.md +++ b/src/documentation/programming-guide.md @@ -15,7 +15,7 @@ The **Beam Programming Guide** is intended for Beam users who want to use the Be <nav class="language-switcher"> <strong>Adapt for:</strong> <ul> - <li data-type="language-java">Java SDK</li> + <li data-type="language-java" class="active">Java SDK</li> <li data-type="language-py">Python SDK</li> </ul> </nav> @@ -1080,7 +1080,7 @@ pipeline.run().waitUntilFinish(); ``` ```python -pipeline.run().wait_until_finish(); +pipeline.run().wait_until_finish() ``` <a name="transforms-composite"></a>
