jamesnetherton commented on code in PR #8258:
URL: https://github.com/apache/camel-quarkus/pull/8258#discussion_r2770783345
##########
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java:
##########
@@ -278,7 +278,7 @@ interface ReflectionConfig {
*
* @asciidoclet
*/
- public Optional<List<String>> includePatterns();
+ Optional<List<String>> includePatterns();
Review Comment:
It's defined in an interface so implicitly public.
--
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]