Repository: camel Updated Branches: refs/heads/master 9e09dd422 -> d920f17c4
fix copy&paste typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d920f17c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d920f17c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d920f17c Branch: refs/heads/master Commit: d920f17c49d966c0b212e2ab7852421e824b1f3c Parents: 9e09dd4 Author: Babak Vahdat <bvah...@apache.org> Authored: Sun Apr 9 22:24:46 2017 +0200 Committer: Babak Vahdat <bvah...@apache.org> Committed: Sun Apr 9 22:24:46 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/impl/verifier/ResultErrorBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d920f17c/camel-core/src/main/java/org/apache/camel/impl/verifier/ResultErrorBuilder.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/verifier/ResultErrorBuilder.java b/camel-core/src/main/java/org/apache/camel/impl/verifier/ResultErrorBuilder.java index ae27d9f..dbef3e4 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/verifier/ResultErrorBuilder.java +++ b/camel-core/src/main/java/org/apache/camel/impl/verifier/ResultErrorBuilder.java @@ -153,7 +153,7 @@ public final class ResultErrorBuilder { public static ResultErrorBuilder withUnsupportedComponent(String component) { return new ResultErrorBuilder() - .code(VerificationError.StandardCode.UNSUPPORTED_SCOPE) + .code(VerificationError.StandardCode.UNSUPPORTED_COMPONENT) .description("Unsupported component: " + component); }