You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/09/10 21:30:45 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-227] Add missing label to Boolean counter

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1c7e167  [STREAMPIPES-227] Add missing label to Boolean counter
1c7e167 is described below

commit 1c7e167c9c1a5790f3ba8643ddf880f039493b1d
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Sep 8 12:55:18 2020 +0200

    [STREAMPIPES-227] Add missing label to Boolean counter
---
 .../documentation.md                                                   | 2 +-
 .../strings.en                                                         | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md
index a56db9b..112952d 100644
--- a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md
+++ b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/documentation.md
@@ -50,7 +50,7 @@ A user can configure whether the changes from TRUE to FALSE, FALSE to TRUE, or a
 Either:
 * TRUE -> FALSE: Increase counter on a true followed by a false 
 * FALSE -> TRUE: Increase counter on a false followed by a true
-* BOTH: Increas counter on each change of the boolean value on two consecutive events
+* BOTH: Increase counter on each change of the boolean value on two consecutive events
 
 ## Output
 
diff --git a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/strings.en b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/strings.en
index 191aca8..c88c50e 100644
--- a/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/strings.en
+++ b/streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.booloperator.counter/strings.en
@@ -4,5 +4,8 @@ org.apache.streampipes.processors.transformation.jvm.booloperator.counter.descri
 field.title=Boolean Field
 field.description=The field of the boolean to monitor
 
+flank.title=Flank Parameter
+flank.description=The change in a sequence which triggers counting
+
 countField.title=Counter
 countField.description=Amount of changes of boolean value