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


##########
streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java:
##########
@@ -42,7 +49,17 @@
 
 @RestController
 @RequestMapping("/api/v2/streams")
-public class DataStreamResource extends AbstractAuthGuardedRestResource {
+public class DataStreamResource extends 
AbstractAdapterResource<AdapterMasterManagement> {
+
+  public DataStreamResource() {
+    super(() -> new AdapterMasterManagement(

Review Comment:
   Can you tell me what the reason is why you added this code? I do not 
completely understand it.



-- 
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