davsclaus commented on code in PR #20113:
URL: https://github.com/apache/camel/pull/20113#discussion_r2580463805


##########
components/camel-rest/src/main/java/org/apache/camel/component/rest/DefaultRestRegistry.java:
##########
@@ -32,15 +32,14 @@
 import org.apache.camel.Service;
 import org.apache.camel.ServiceStatus;
 import org.apache.camel.StatefulService;
-import org.apache.camel.StaticService;
 import org.apache.camel.spi.NormalizedEndpointUri;
 import org.apache.camel.spi.RestConfiguration;
 import org.apache.camel.spi.RestRegistry;
 import org.apache.camel.support.LifecycleStrategySupport;
 import org.apache.camel.support.service.ServiceSupport;
 import org.apache.camel.util.ObjectHelper;
 
-public class DefaultRestRegistry extends ServiceSupport implements 
StaticService, RestRegistry, CamelContextAware {

Review Comment:
   ah okay then its good



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