GitHub user stephane-deraco opened a pull request: https://github.com/apache/camel/pull/61
CAMEL-7006: Make methods asService in CamelBlueprintTestSupport protected I simply added the _protected_ keyword to the 2 methods `asService` You can merge this pull request into a Git repository by running: $ git pull https://github.com/stephane-deraco/camel CAMEL-7006 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/61.patch ---- commit 98a0d8f8ace22569a93ad8d2a201c4683cd90d1c Author: stephane-deraco <steph...@deraco.fr> Date: 2013-11-25T12:19:42Z Make methods asService in CamelBlueprintTestSupport protected ----