Updated Branches:
  refs/heads/camel-2.10.x 36624994c -> 5dbfc4a50

fixed CS error


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5dbfc4a5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5dbfc4a5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5dbfc4a5

Branch: refs/heads/camel-2.10.x
Commit: 5dbfc4a50d1069384122fc6065fef7ac0066b7dd
Parents: 3662499
Author: cmueller <cmuel...@apache.org>
Authored: Thu Jun 20 20:59:18 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Thu Jun 20 20:59:18 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/5dbfc4a5/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
 

Reply via email to