You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/03 21:36:29 UTC

(camel) branch main updated: Javadoc typo (#12644)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c5e095a8b2e Javadoc typo (#12644)
c5e095a8b2e is described below

commit c5e095a8b2ef1b8bd27607d978ebb03b6d12405a
Author: Adriano Machado <60...@users.noreply.github.com>
AuthorDate: Wed Jan 3 16:36:23 2024 -0500

    Javadoc typo (#12644)
---
 core/camel-api/src/main/java/org/apache/camel/ValidationException.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/ValidationException.java b/core/camel-api/src/main/java/org/apache/camel/ValidationException.java
index 5c05b0e6813..fa525d20c58 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ValidationException.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ValidationException.java
@@ -18,7 +18,7 @@ package org.apache.camel;
 
 /**
  * The base class for any validation exception, such as
- * {@link org.apache.camel.processor.validation.SchemaValidationException} so that it is easy to treat all validation
+ * {@link org.apache.camel.support.processor.validation.SchemaValidationException} so that it is easy to treat all validation
  * errors in a similar way irrespective of the particular validation technology used.
  */
 public class ValidationException extends CamelExchangeException {