tenthe commented on code in PR #3293:
URL: https://github.com/apache/streampipes/pull/3293#discussion_r1793790445


##########
streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/template/PipelineElementTemplateVisitor.java:
##########
@@ -204,7 +210,7 @@ public void visit(RuntimeResolvableTreeInputStaticProperty 
property) {
 
   @Override
   public void visit(RuntimeResolvableGroupStaticProperty groupStaticProperty) {
-    // TODO not yet supported
+    // TODO

Review Comment:
   Can we remove this TODO?



##########
streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/template/PipelineElementTemplateVisitor.java:
##########
@@ -289,29 +295,4 @@ private List<Map<String, Object>> 
getCaseInsensitiveList(Map<String, Object> map
     }
     throw new IllegalArgumentException("Key '" + key + "' not found");
   }
-
-
-//  private String getAsString(StaticProperty sp) {

Review Comment:
   Can this code be deleted?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to