Skip to content

Commit

Permalink
[FLINK-11048] Mark new RemoteStreamEnvironment constructor PublicEvol…
Browse files Browse the repository at this point in the history
…ving
  • Loading branch information
tweise committed Jan 23, 2019
1 parent b12d392 commit 20fff57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public RemoteStreamEnvironment(String host, int port, Configuration clientConfig
* @param savepointRestoreSettings
* Optional savepoint restore settings for job execution.
*/
@PublicEvolving
public RemoteStreamEnvironment(String host, int port, Configuration clientConfiguration, String[] jarFiles, URL[] globalClasspaths, SavepointRestoreSettings savepointRestoreSettings) {
if (!ExecutionEnvironment.areExplicitEnvironmentsAllowed()) {
throw new InvalidProgramException(
Expand Down

0 comments on commit 20fff57

Please sign in to comment.