This is an automated email from the ASF dual-hosted git repository.

mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 609a429  Apply whitespace fix for 
0445c757d6103405cfe3ae5d4406d823f98aee73
609a429 is described below

commit 609a42978405173a60e5d91f35170a5c0b5d5332
Author: Maximilian Michels <[email protected]>
AuthorDate: Tue Sep 11 18:03:54 2018 +0200

    Apply whitespace fix for 0445c757d6103405cfe3ae5d4406d823f98aee73
    
    (Should have been included in the merge commit)
---
 .../main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
 
b/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
index 437d09c..5745865 100644
--- 
a/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
+++ 
b/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java
@@ -169,7 +169,7 @@ public interface FlinkPipelineOptions
   void setShutdownSourcesOnFinalWatermark(Boolean shutdownOnFinalWatermark);
 
   @Description(
-      "Interval in milliseconds for sending latency tracking marks from the 
sources to the sinks. " 
+      "Interval in milliseconds for sending latency tracking marks from the 
sources to the sinks. "
           + "Interval value <= 0 disables the feature.")
   @Default.Long(0)
   Long getLatencyTrackingInterval();

Reply via email to