Repository: incubator-beam
Updated Branches:
  refs/heads/master c9e552531 -> f87f35b70


Remove JsonIgnore attribute

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fa429b44
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/fa429b44
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/fa429b44

Branch: refs/heads/master
Commit: fa429b44a8d2de1fcc7894a188f25d8550ba831b
Parents: 1f31d4d
Author: Scott Wegner <[email protected]>
Authored: Tue Mar 1 11:38:09 2016 -0800
Committer: Luke Cwik <[email protected]>
Committed: Wed Mar 2 08:41:32 2016 -0800

----------------------------------------------------------------------
 .../cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fa429b44/sdk/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java
----------------------------------------------------------------------
diff --git 
a/sdk/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java
 
b/sdk/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java
index 3ceec89..a14be44 100644
--- 
a/sdk/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java
+++ 
b/sdk/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineDebugOptions.java
@@ -175,7 +175,6 @@ public interface DataflowPipelineDebugOptions extends 
PipelineOptions {
    * 
    * @deprecated This property is replaced by @{link 
DataflowPipelineOptions#getUpdate()}
    */
-  @JsonIgnore
   @Deprecated
   @Description("If set, replace the existing pipeline with the name specified 
by --jobName with "
       + "this pipeline, preserving state.")

Reply via email to