Repository: camel Updated Branches: refs/heads/master d4a605036 -> 73f067e61
Typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/73f067e6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/73f067e6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/73f067e6 Branch: refs/heads/master Commit: 73f067e61ceb066e2acd628d55c6e70f2231b398 Parents: d4a6050 Author: Bilgin Ibryam <[email protected]> Authored: Thu Jun 26 23:15:40 2014 +0100 Committer: Bilgin Ibryam <[email protected]> Committed: Thu Jun 26 23:15:40 2014 +0100 ---------------------------------------------------------------------- camel-core/src/main/java/org/apache/camel/spi/Policy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/73f067e6/camel-core/src/main/java/org/apache/camel/spi/Policy.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/spi/Policy.java b/camel-core/src/main/java/org/apache/camel/spi/Policy.java index 3362c9b..1dddcaf 100644 --- a/camel-core/src/main/java/org/apache/camel/spi/Policy.java +++ b/camel-core/src/main/java/org/apache/camel/spi/Policy.java @@ -22,7 +22,7 @@ import org.apache.camel.model.ProcessorDefinition; /** * A strategy capable of applying interceptors to a processor * <p/> - * Its <b>strongly</b> adviced to use an {@link org.apache.camel.AsyncProcessor} as the returned wrapped + * Its <b>strongly</b> advised to use an {@link org.apache.camel.AsyncProcessor} as the returned wrapped * {@link Processor} which ensures the policy works well with the asynchronous routing engine. * You can use the {@link org.apache.camel.processor.DelegateAsyncProcessor} to easily return an * {@link org.apache.camel.AsyncProcessor} and override the
