Skip to content

Commit

Permalink
[hotfix][scaladoc] Add missing parameter in DataStreamConversions's s…
Browse files Browse the repository at this point in the history
…caladoc

This closes apache#11272.
  • Loading branch information
link3280 authored and tillrohrmann committed Mar 4, 2020
1 parent 095da70 commit cfe1f9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ object DataStreamConversions {
* field naming might be lost during optimization.
* @param withChangeFlag Set to true to emit records with change flags.
* @param requestedOutputType The [[TypeInformation]] of the resulting [[DataStream]].
* @tparam A The type of the resulting [[DataStream]].
* @param config The [[TableConfig]] of the current [[TableEnvironment]].
* @tparam A The type of the resulting [[DataStream]].
* @return The [[DataStream]] of requested type.
*/
def convert[A](
Expand Down

0 comments on commit cfe1f9e

Please sign in to comment.