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 2022/08/18 20:33:19 UTC

[incubator-streampipes] 13/15: [hotfix] Remove comment

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

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

commit 9d0feb50eb06359ef8522aecf990c691ac138345
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Wed Aug 17 21:26:03 2022 +0200

    [hotfix] Remove comment
---
 .../org/apache/streampipes/connect/adapter/AdapterPipelineGenerator.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/streampipes-connect/src/main/java/org/apache/streampipes/connect/adapter/AdapterPipelineGenerator.java b/streampipes-connect/src/main/java/org/apache/streampipes/connect/adapter/AdapterPipelineGenerator.java
index dfe84a105..76ecd9fbc 100644
--- a/streampipes-connect/src/main/java/org/apache/streampipes/connect/adapter/AdapterPipelineGenerator.java
+++ b/streampipes-connect/src/main/java/org/apache/streampipes/connect/adapter/AdapterPipelineGenerator.java
@@ -38,7 +38,6 @@ import java.util.stream.Collectors;
 
 public class AdapterPipelineGenerator {
 
-  // TODO improve this code
   public AdapterPipeline generatePipeline(AdapterDescription adapterDescription) {
 
     var pipelineElements = makeAdapterPipelineElements(adapterDescription.getRules());