sanjana2505006 opened a new pull request, #8258: URL: https://github.com/apache/camel-quarkus/pull/8258
I was browsing through the core extension code and noticed a few spots where we could tidy things up a bit. Here is what I changed this time: - PathFilterTest.java: Swapped a bunch of `Arrays.asList` calls to `List.of.` It makes the test setup a little less verbose and uses the modern immutable lists. - CamelConfig.java: Dropped a redundant `public` modifier from an interface method just to align with the rest of the file. -- 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]
