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 5eb173a2aa2 Fix website build
5eb173a2aa2 is described below

commit 5eb173a2aa2b25e20befcc762c71934120b0d4e0
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 5 19:14:11 2025 +0200

    Fix website build
---
 .../src/main/docs/langchain4j-tokenizer.adoc                           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-ai/camel-langchain4j-tokenizer/src/main/docs/langchain4j-tokenizer.adoc
 
b/components/camel-ai/camel-langchain4j-tokenizer/src/main/docs/langchain4j-tokenizer.adoc
index 687b2e1df2d..4764d206ad8 100644
--- 
a/components/camel-ai/camel-langchain4j-tokenizer/src/main/docs/langchain4j-tokenizer.adoc
+++ 
b/components/camel-ai/camel-langchain4j-tokenizer/src/main/docs/langchain4j-tokenizer.adoc
@@ -137,4 +137,5 @@ from("direct:start")
                 .end())
     .split().body()
     .to("mock:result");
--------------------------------------------------------
\ No newline at end of file
+-------------------------------------------------------
+====

Reply via email to