You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/01/09 10:13:56 UTC

(camel) branch main updated: (chores) camel-api: formatting fixes

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

orpiske 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 3ecb1874645 (chores) camel-api: formatting fixes
3ecb1874645 is described below

commit 3ecb1874645fc861115a918da80304d8d3d40fe5
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Jan 9 11:13:28 2024 +0100

    (chores) camel-api: formatting fixes
---
 .../camel-api/src/main/java/org/apache/camel/ValidationException.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 fa525d20c58..7d90af3cde8 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,8 +18,8 @@ package org.apache.camel;
 
 /**
  * The base class for any validation exception, such as
- * {@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.
+ * {@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 {