This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch release-2.6.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.6.0 by this push:
new 37a2ad7 Fix synthetic javadoc and spotlessJava broken for release
build
37a2ad7 is described below
commit 37a2ad73a2e646142d1ad22462a098e1d8ad7c95
Author: Boyuan Zhang <[email protected]>
AuthorDate: Wed Jul 18 11:39:40 2018 -0700
Fix synthetic javadoc and spotlessJava broken for release build
(cherry picked from commit 9c67bc8)
---
.../org/apache/beam/sdk/io/synthetic/SyntheticOptions.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticOptions.java
b/sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticOptions.java
index b74fc06..9e91c67 100644
---
a/sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticOptions.java
+++
b/sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticOptions.java
@@ -180,11 +180,11 @@ public class SyntheticOptions implements Serializable {
* representing the mean of this exponentially distributed delay in
milliseconds.
* <li>The zipf distribution is specified through
*
"delayDistribution":{"type":"zipf","param":param,"multiplier":multiplier},
where param is
- * a number > 1 and multiplier just scales the output of the
distribution. By default, the
- * multiplier is 1. Parameters closer to 1 produce dramatically more
skewed results. E.g.
- * given 100 samples, the min will almost always be 1, while max with
param 3 will usually
- * be below 10; with param 2 max will usually be between several dozen
and several hundred;
- * with param 1.5, thousands to millions.
+ * a number > 1 and multiplier just scales the output of the
distribution. By default,
+ * the multiplier is 1. Parameters closer to 1 produce dramatically
more skewed results.
+ * E.g. given 100 samples, the min will almost always be 1, while max
with param 3 will
+ * usually be below 10; with param 2 max will usually be between
several dozen and several
+ * hundred; with param 1.5, thousands to millions.
* <li>The constant sleep time per record is specified through
* "delayDistribution":{"type":"const","const":const} where const is a
non-negative number
* representing the constant sleep time in milliseconds.