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 2c7d568fe06 Regen
2c7d568fe06 is described below
commit 2c7d568fe0620eb8037f1fbc35341c7f1e6a2aed
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 7 15:50:35 2023 +0200
Regen
---
.../endpoint/dsl/DataSetEndpointBuilderFactory.java | 20 ++++++++++----------
.../dsl/DataSetTestEndpointBuilderFactory.java | 20 ++++++++++----------
.../endpoint/dsl/MockEndpointBuilderFactory.java | 20 ++++++++++----------
3 files changed, 30 insertions(+), 30 deletions(-)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetEndpointBuilderFactory.java
index 74afb328253..451388bb57b 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetEndpointBuilderFactory.java
@@ -432,9 +432,9 @@ public interface DataSetEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option is a: <code>int</code> type.
*
@@ -458,9 +458,9 @@ public interface DataSetEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option will be converted to a <code>int</code> type.
*
@@ -646,7 +646,7 @@ public interface DataSetEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -674,7 +674,7 @@ public interface DataSetEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -702,7 +702,7 @@ public interface DataSetEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -730,7 +730,7 @@ public interface DataSetEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetTestEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetTestEndpointBuilderFactory.java
index 8b9f57799b0..63036656752 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetTestEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataSetTestEndpointBuilderFactory.java
@@ -145,9 +145,9 @@ public interface DataSetTestEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option is a: <code>int</code> type.
*
@@ -171,9 +171,9 @@ public interface DataSetTestEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option will be converted to a <code>int</code> type.
*
@@ -356,7 +356,7 @@ public interface DataSetTestEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -384,7 +384,7 @@ public interface DataSetTestEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -412,7 +412,7 @@ public interface DataSetTestEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -440,7 +440,7 @@ public interface DataSetTestEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MockEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MockEndpointBuilderFactory.java
index a1f2d36c9ea..f57f83ebd16 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MockEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MockEndpointBuilderFactory.java
@@ -93,9 +93,9 @@ public interface MockEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option is a: <code>int</code> type.
*
@@ -119,9 +119,9 @@ public interface MockEndpointBuilderFactory {
* use the notifier to know when Camel is done routing some messages,
* before you call the assertIsSatisfied() method on the mocks. This
* allows you to not use a fixed assert period, to speedup testing
- * times. If you want to assert that exactly n'th message arrives to
- * this mock endpoint, then see also the setAssertPeriod(long) method
- * for further details.
+ * times. If you want to assert that exactly nth message arrives to
this
+ * mock endpoint, then see also the setAssertPeriod(long) method for
+ * further details.
*
* The option will be converted to a <code>int</code> type.
*
@@ -304,7 +304,7 @@ public interface MockEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -332,7 +332,7 @@ public interface MockEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the first n'th number of received
Exchanges.
+ * Specifies to only retain the first nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -360,7 +360,7 @@ public interface MockEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()
@@ -388,7 +388,7 @@ public interface MockEndpointBuilderFactory {
return this;
}
/**
- * Specifies to only retain the last n'th number of received Exchanges.
+ * Specifies to only retain the last nth number of received Exchanges.
* This is used when testing with big data, to reduce memory
consumption
* by not storing copies of every Exchange this mock endpoint receives.
* Important: When using this limitation, then the getReceivedCounter()