davsclaus commented on code in PR #26640: URL: https://github.com/apache/camel/pull/26640#discussion_r4059751363
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ai/YamlLines.java: ########## @@ -16,6 +16,7 @@ */ package org.apache.camel.dsl.jbang.core.commands.ai; +import java.util.regex.Matcher; Review Comment: Added in e2df02958e03; the suggestion had been applied through the web UI without its import. -- 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]
