This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new cd1eed1 When "its" means "it is" it MUST have an apostrophe ("it's").
cd1eed1 is described below
commit cd1eed1df7f7224d6b4c61b3c28ddfe32efe844d
Author: carl <[email protected]>
AuthorDate: Sun Nov 15 12:25:33 2020 +0100
When "its" means "it is" it MUST have an apostrophe ("it's").
---
.../main/java/org/apache/camel/impl/engine/AbstractCamelContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
index abbc3d4..fe18098 100644
---
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
+++
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
@@ -2842,7 +2842,7 @@ public abstract class AbstractCamelContext extends
BaseService
} else {
// log if stream caching is not in use as this can help people to
// enable it if they use streams
- LOG.info("StreamCaching is not in use. If using streams then its
recommended to enable stream caching."
+ LOG.info("StreamCaching is not in use. If using streams then it's
recommended to enable stream caching."
+ " See more details at
http://camel.apache.org/stream-caching.html");
}