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 8f9611d490d Typo
8f9611d490d is described below

commit 8f9611d490d5795753b0dd5dad9f62f9c06b0050
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Sep 23 09:44:01 2023 +0200

    Typo
---
 .../generated/resources/org/apache/camel/catalog/components/file.json | 2 +-
 .../src/generated/resources/org/apache/camel/component/file/file.json | 2 +-
 .../src/main/java/org/apache/camel/component/file/FileEndpoint.java   | 2 +-
 .../apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
index 62f4e8132ee..7ad4e7f4e65 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
@@ -70,7 +70,7 @@
     "pollStrategy": { "index": 20, "kind": "parameter", "displayName": "Poll 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the po 
[...]
     "probeContentType": { "index": 21, "kind": "parameter", "displayName": 
"Probe Content Type", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable probing of the content 
type. If enable then the consumer uses 
Files#probeContentType(java.nio.file.Path) to determine the content-type of the 
file, and store [...]
     "processStrategy": { "index": 22, "kind": "parameter", "displayName": 
"Process Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileProcessStrategy<java.io.File>", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing 
you to implement your own readLock option or similar. Can [...]
-    "startingDirectoryMustExist": { "index": 23, "kind": "parameter", 
"displayName": "Starting Directory Must Exist", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created [...]
+    "startingDirectoryMustExist": { "index": 23, "kind": "parameter", 
"displayName": "Starting Directory Must Exist", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created [...]
     "startingDirectoryMustHaveAccess": { "index": 24, "kind": "parameter", 
"displayName": "Starting Directory Must Have Access", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the starting 
directory has access permissions. Mind that the startingDirectoryMustExist 
parameter must be set to true in order to verif [...]
     "appendChars": { "index": 25, "kind": "parameter", "displayName": "Append 
Chars", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Used to append characters (text) after 
writing files. This can for example be used to add new lines or other 
separators when writing and appending new files or existing files. To specify 
new-line (slash-n or slash-r) or t [...]
     "fileExist": { "index": 26, "kind": "parameter", "displayName": "File 
Exist", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.file.GenericFileExist", 
"enum": [ "Override", "Append", "Fail", "Ignore", "Move", "TryRename" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"Override", "description": "What to do if a file already exists with the same 
name. Override, which is the default, repl [...]
diff --git 
a/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
 
b/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
index 62f4e8132ee..7ad4e7f4e65 100644
--- 
a/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
+++ 
b/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
@@ -70,7 +70,7 @@
     "pollStrategy": { "index": 20, "kind": "parameter", "displayName": "Poll 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the po 
[...]
     "probeContentType": { "index": 21, "kind": "parameter", "displayName": 
"Probe Content Type", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to enable probing of the content 
type. If enable then the consumer uses 
Files#probeContentType(java.nio.file.Path) to determine the content-type of the 
file, and store [...]
     "processStrategy": { "index": 22, "kind": "parameter", "displayName": 
"Process Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileProcessStrategy<java.io.File>", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing 
you to implement your own readLock option or similar. Can [...]
-    "startingDirectoryMustExist": { "index": 23, "kind": "parameter", 
"displayName": "Starting Directory Must Exist", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created [...]
+    "startingDirectoryMustExist": { "index": 23, "kind": "parameter", 
"displayName": "Starting Directory Must Exist", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created [...]
     "startingDirectoryMustHaveAccess": { "index": 24, "kind": "parameter", 
"displayName": "Starting Directory Must Have Access", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the starting 
directory has access permissions. Mind that the startingDirectoryMustExist 
parameter must be set to true in order to verif [...]
     "appendChars": { "index": 25, "kind": "parameter", "displayName": "Append 
Chars", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Used to append characters (text) after 
writing files. This can for example be used to add new lines or other 
separators when writing and appending new files or existing files. To specify 
new-line (slash-n or slash-r) or t [...]
     "fileExist": { "index": 26, "kind": "parameter", "displayName": "File 
Exist", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.file.GenericFileExist", 
"enum": [ "Override", "Append", "Fail", "Ignore", "Move", "TryRename" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"Override", "description": "What to do if a file already exists with the same 
name. Override, which is the default, repl [...]
diff --git 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
index 84bc5ee3f22..5cae64b6f76 100644
--- 
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
+++ 
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileEndpoint.java
@@ -312,7 +312,7 @@ public class FileEndpoint extends GenericFileEndpoint<File> 
{
     /**
      * Whether the starting directory must exist. Mind that the autoCreate 
option is default enabled, which means the
      * starting directory is normally auto created if it doesn't exist. You 
can disable autoCreate and enable this to
-     * ensure the starting directory must exist. Will thrown an exception if 
the directory doesn't exist.
+     * ensure the starting directory must exist. Will throw an exception if 
the directory doesn't exist.
      */
     public void setStartingDirectoryMustExist(boolean 
startingDirectoryMustExist) {
         this.startingDirectoryMustExist = startingDirectoryMustExist;
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
index 859e300fe68..807d4e61725 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
@@ -2434,7 +2434,7 @@ public interface FileEndpointBuilderFactory {
          * option is default enabled, which means the starting directory is
          * normally auto created if it doesn't exist. You can disable 
autoCreate
          * and enable this to ensure the starting directory must exist. Will
-         * thrown an exception if the directory doesn't exist.
+         * throw an exception if the directory doesn't exist.
          * 
          * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
          * 
@@ -2454,7 +2454,7 @@ public interface FileEndpointBuilderFactory {
          * option is default enabled, which means the starting directory is
          * normally auto created if it doesn't exist. You can disable 
autoCreate
          * and enable this to ensure the starting directory must exist. Will
-         * thrown an exception if the directory doesn't exist.
+         * throw an exception if the directory doesn't exist.
          * 
          * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
          * type.

Reply via email to