You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by stephane-deraco <gi...@git.apache.org> on 2013/11/25 13:30:58 UTC

camel pull request: CAMEL-7006: Make methods asService in CamelBlueprintTes...

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 <st...@deraco.fr>
Date:   2013-11-25T12:19:42Z

    Make methods asService in CamelBlueprintTestSupport protected

----