You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/11/02 19:38:25 UTC

[camel] 03/04: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3178677b5d7dca164204336e7d4f60856d15fdeb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 2 16:49:40 2020 +0100

    Polished
---
 .../src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java
index 99c7568..ed779ce 100644
--- a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java
+++ b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/RestOpenApiSupport.java
@@ -199,7 +199,7 @@ public class RestOpenApiSupport {
                 camelContext.adapt(ExtendedCamelContext.class).getBootstrapFactoryFinder())
                         .resolve(camelContext)
                         .orElseThrow(
-                                () -> new IllegalArgumentException("Cannot find JMX_REST_DEFINITION_RESOLVER on classpath."));
+                                () -> new IllegalArgumentException("Cannot find camel-openapi-java on classpath."));
     }
 
     public void renderResourceListing(