Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 8192a7e

Browse files
bo-yuanfrancesperry
authored andcommitted
Change the ENVIRONMENT_MAJOR_VERSION to "1"
----Release Notes---- [] ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=89562565
1 parent d24cb94 commit 8192a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class DataflowPipelineRunner extends PipelineRunner<DataflowPipelineJob>
8080
private DataflowPipelineRunnerHooks hooks;
8181

8282
// Environment version information
83-
private static final String ENVIRONMENT_MAJOR_VERSION = "2";
83+
private static final String ENVIRONMENT_MAJOR_VERSION = "1";
8484

8585
/**
8686
* Construct a runner from the provided options.

0 commit comments

Comments
 (0)