You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/12/18 11:32:04 UTC

[1/2] storm git commit: Fix typo in flux.md

Repository: storm
Updated Branches:
  refs/heads/master 7988af127 -> aa0463985


Fix typo in flux.md


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/02214b61
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/02214b61
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/02214b61

Branch: refs/heads/master
Commit: 02214b6197fa4b7a818f59af5eb7ed86c4ed11b0
Parents: f63078c
Author: Hugo Louro <hm...@gmail.com>
Authored: Sat Dec 17 00:57:13 2016 -0800
Committer: Hugo Louro <hm...@gmail.com>
Committed: Sat Dec 17 00:57:13 2016 -0800

----------------------------------------------------------------------
 docs/flux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/02214b61/docs/flux.md
----------------------------------------------------------------------
diff --git a/docs/flux.md b/docs/flux.md
index cbd54f1..7ebc590 100644
--- a/docs/flux.md
+++ b/docs/flux.md
@@ -430,7 +430,7 @@ JavaBean-like setter methods and fields declared as `public`:
 ```
 
 In the example above, the `properties` declaration will cause Flux to look for a public method in the `SpoutConfig` with
-the signature `setForceFromStart(boolean b)` and attempt to invoke it. If a setter method is not found, Flux will then
+the signature `setIgnoreZkOffsets(boolean b)` and attempt to invoke it. If a setter method is not found, Flux will then
 look for a public instance variable with the name `ignoreZkOffsets` and attempt to set its value.
 
 References may also be used as property values.


[2/2] storm git commit: Merge branch 'Apache_master_FluxMD' of https://github.com/hmcl/storm-apache into fix-typo-flux-md-merge

Posted by ka...@apache.org.
Merge branch 'Apache_master_FluxMD' of https://github.com/hmcl/storm-apache into fix-typo-flux-md-merge


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

Branch: refs/heads/master
Commit: aa04639856ecef38a84102af3936f4d77708448f
Parents: 7988af1 02214b6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Dec 18 20:31:23 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Dec 18 20:31:23 2016 +0900

----------------------------------------------------------------------
 docs/flux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------