You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/04/08 21:55:46 UTC

[incubator-streampipes-extensions] 02/02: Fix documantation for time keeping component

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

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

commit efd15b612787f8c635eb5010c7a8fcb902035660
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Apr 8 23:44:16 2020 +0200

    Fix documantation for time keeping component
---
 .../documentation.md                                                    | 2 +-
 .../booloperator/timekeeping/BooleanTimekeepingController.java          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.merge/documentation.md b/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.merge/documentation.md
index af183f4..a2936a0 100644
--- a/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.merge/documentation.md
+++ b/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.merge/documentation.md
@@ -32,7 +32,7 @@ Two events of the different streams are merged when they occure to the same time
 The following figure shows how the events of the two data streams will be mergrged:
 
 <p align="center"> 
-    <img width="width: 50%;" src="merge_description.png" class="pe-image-documentation"/>
+    <img width="300px;" src="merge_description.png" class="pe-image-documentation"/>
 </p>
 ***
 
diff --git a/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/booloperator/timekeeping/BooleanTimekeepingController.java b/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/booloperator/timekeeping/BooleanTimekeepingController.java
index 613d2d4..10b9d92 100644
--- a/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/booloperator/timekeeping/BooleanTimekeepingController.java
+++ b/streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/booloperator/timekeeping/BooleanTimekeepingController.java
@@ -47,7 +47,7 @@ public class BooleanTimekeepingController extends StandaloneEventProcessingDecla
   public DataProcessorDescription declareModel() {
     return ProcessingElementBuilder.create("org.apache.streampipes.processors.transformation.jvm.booloperator.timekeeping")
             .withLocales(Locales.EN)
-            .withAssets(Assets.DOCUMENTATION, Assets.ICON)
+            .withAssets(Assets.DOCUMENTATION, Assets.ICON, "time_measure_example.png")
             .requiredStream(StreamRequirementsBuilder.create()
                     .requiredPropertyWithUnaryMapping(
                             EpRequirements.booleanReq(),