Felix Neutatz created FLINK-1428:
------------------------------------
             Summary: Typos in Java code example for RichGroupReduceFunction
                 Key: FLINK-1428
                 URL: 
https://issues.apache.org/jira/browse/FLINK-1428             Project: Flink
          Issue Type: Bug
          Components: Project Website
            Reporter: Felix Neutatz
            Priority: Minor
http://flink.apache.org/docs/0.7-incubating/dataset_transformations.htmlString key = null //missing ';'
public void combine(Iterable<Tuple3<String, Integer, Double>> in,
                      Collector<Tuple3<String, Integer, Double>> out))
--> one ')' too much
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)