Skip to content

Commit

Permalink
[FLINK-25519][Connectors] Promote StreamExecutionEnvironment#fromSour…
Browse files Browse the repository at this point in the history
…ce() from @experimental to @PublicEvolving
  • Loading branch information
MartijnVisser authored and fapaul committed Jan 7, 2022
1 parent b01ee1c commit 8d05393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ private <OUT> DataStreamSource<OUT> addSource(
* @param <OUT> type of the returned stream
* @return the data stream constructed
*/
@Experimental
@PublicEvolving
public <OUT> DataStreamSource<OUT> fromSource(
Source<OUT, ?, ?> source,
WatermarkStrategy<OUT> timestampsAndWatermarks,
Expand Down

0 comments on commit 8d05393

Please sign in to comment.