提交 135db3aa 编写于 作者: A Anton 提交者: mbalassi

[docs] fix typo of the RabbitMQ Java example (added braces)

Closes #1179
上级 4cadc3d6
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册