Skip to content

Commit

Permalink
[docs] fix typo of the RabbitMQ Java example (added braces)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton authored and mbalassi committed Sep 24, 2015
1 parent 4cadc3d commit 135db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/streaming_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ Example:
<div data-lang="java" markdown="1">
{% highlight java %}
DataStream<String> stream = env
.addSource(new RMQSource<String>("localhost", "hello", new SimpleStringSchema))
.addSource(new RMQSource<String>("localhost", "hello", new SimpleStringSchema()))
.print
{% endhighlight %}
</div>
Expand Down

0 comments on commit 135db3a

Please sign in to comment.