Updated Branches: refs/heads/camel-2.11.x 914089379 -> cc54c81f2
fixed the CS error Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cc54c81f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cc54c81f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cc54c81f Branch: refs/heads/camel-2.11.x Commit: cc54c81f2902563ad0fc03d1a209940edf40800c Parents: 9140893 Author: cmueller <[email protected]> Authored: Sat Jun 29 14:08:33 2013 +0200 Committer: cmueller <[email protected]> Committed: Sat Jun 29 14:08:33 2013 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/example/client/CamelClientRemoting.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cc54c81f/examples/camel-example-spring-jms/src/main/java/org/apache/camel/example/client/CamelClientRemoting.java ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-jms/src/main/java/org/apache/camel/example/client/CamelClientRemoting.java b/examples/camel-example-spring-jms/src/main/java/org/apache/camel/example/client/CamelClientRemoting.java index e7110e5..ac7f4eb 100644 --- a/examples/camel-example-spring-jms/src/main/java/org/apache/camel/example/client/CamelClientRemoting.java +++ b/examples/camel-example-spring-jms/src/main/java/org/apache/camel/example/client/CamelClientRemoting.java @@ -45,7 +45,7 @@ public final class CamelClientRemoting { System.out.println("... the result is: " + response); // we're done so let's properly close the application context - context.close(); + context.close(); } // END SNIPPET: e1
