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
commit 356c5f7d0a5b28495948a3c61405213820a1971b Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jan 27 14:08:17 2026 +0100 Polished --- .../src/main/java/org/apache/camel/main/SSLConfigurationProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-main/src/main/java/org/apache/camel/main/SSLConfigurationProperties.java b/core/camel-main/src/main/java/org/apache/camel/main/SSLConfigurationProperties.java index dff59cc0241d..eba5faf8abdc 100644 --- a/core/camel-main/src/main/java/org/apache/camel/main/SSLConfigurationProperties.java +++ b/core/camel-main/src/main/java/org/apache/camel/main/SSLConfigurationProperties.java @@ -275,7 +275,7 @@ public class SSLConfigurationProperties implements BootstrapCloseable { /** * Allows to trust all SSL certificates without performing certificate validation. This can be used in development * environment but may expose the system to security risks. Notice that if the trustAllCertificates option is set to - * true then the trustStore/trustStorePassword options are not in use.. + * true then the trustStore/trustStorePassword options are not in use. */ public void setTrustAllCertificates(boolean trustAllCertificates) { this.trustAllCertificates = trustAllCertificates;
