fjtirado commented on code in PR #3572:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3572#discussion_r1675690126


##########
kogito-serverless-workflow/kogito-serverless-workflow-builder/src/main/java/org/kie/kogito/serverless/workflow/io/CachedContentLoader.java:
##########
@@ -91,10 +90,13 @@ public InputStream getInputStream() {
         }
     }
 
-    protected abstract byte[] loadURI(URI uri);
-
-    @Override
-    public URI uri() {
-        return uri;
+    protected static String trimScheme(String uri, String scheme) {

Review Comment:
   sure, which is the exact method that does this in drools-util?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to