This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 0db245e7b36 Regen
0db245e7b36 is described below
commit 0db245e7b3622010a86ac789a36bb2b1c12ba353
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 9 09:09:00 2024 +0100
Regen
---
.../main/java/org/apache/camel/model/LogDefinition.java | 4 ++--
.../java/org/apache/camel/model/ProcessorDefinition.java | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/LogDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/LogDefinition.java
index 150040a7b63..30e5f58764d 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/LogDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/LogDefinition.java
@@ -180,8 +180,8 @@ public class LogDefinition extends
NoOutputDefinition<LogDefinition> {
}
/**
- * To configure the language to use. By default, the simple language is
used. However, Camel also
- * supports other languages such as groovy.
+ * To configure the language to use. By default, the simple language is
used. However, Camel also supports other
+ * languages such as groovy.
*/
public void setLogLanguage(String logLanguage) {
this.logLanguage = logLanguage;
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index ab338c9276a..11202ae8f46 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -1305,9 +1305,9 @@ public abstract class ProcessorDefinition<Type extends
ProcessorDefinition<Type>
/**
* Creates a log message to be logged at INFO level.
*
- * @param logLanguage to use a custom log language such as groovy
- * @param message the log message (you can use simple language syntax)
- * @return the builder
+ * @param logLanguage to use a custom log language such as groovy
+ * @param message the log message (you can use simple language syntax)
+ * @return the builder
*/
public Type log(String logLanguage, String message) {
LogDefinition answer = new LogDefinition(message);
@@ -1319,10 +1319,10 @@ public abstract class ProcessorDefinition<Type extends
ProcessorDefinition<Type>
/**
* Creates a log message to be logged at INFO level.
*
- * @param logLanguage to use a custom log language such as groovy
- * @param loggingLevel the logging level to use
- * @param message the log message (you can use simple language syntax)
- * @return the builder
+ * @param logLanguage to use a custom log language such as groovy
+ * @param loggingLevel the logging level to use
+ * @param message the log message (you can use simple language
syntax)
+ * @return the builder
*/
public Type log(String logLanguage, LoggingLevel loggingLevel, String
message) {
LogDefinition answer = new LogDefinition(message);