Repository: camel Updated Branches: refs/heads/master 2be091286 -> 3e857d1e7
minimal correction of InterceptSendToMockEndpointStrategy javadoc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3e857d1e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3e857d1e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3e857d1e Branch: refs/heads/master Commit: 3e857d1e7db9198b90cd7683550ecbbf7bccbd22 Parents: 2be0912 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sun Dec 6 13:22:11 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Dec 7 07:27:13 2015 +0100 ---------------------------------------------------------------------- .../org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3e857d1e/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java index cdd0cfd..7ab2502 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java +++ b/camel-core/src/main/java/org/apache/camel/impl/InterceptSendToMockEndpointStrategy.java @@ -30,7 +30,7 @@ import static org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException; /** * A {@link EndpointStrategy} which is capable of mocking endpoints. * <p/> - * This strategy will only apply when new endpoints is being created. If you want to apply + * This strategy will only apply when new endpoints are being created. If you want to replace * existing endpoints, you will have to remove them from the {@link org.apache.camel.CamelContext} beforehand. * * @version