You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/03/13 03:40:56 UTC

git commit: CAMEL-7284 fixed the CS error

Repository: camel
Updated Branches:
  refs/heads/master 16cc9ea30 -> b7df19acc


CAMEL-7284 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/b7df19ac
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b7df19ac
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b7df19ac

Branch: refs/heads/master
Commit: b7df19acc0d036c045da3ee00f5fae8ff6b7db29
Parents: 16cc9ea
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Mar 13 10:40:41 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Mar 13 10:40:41 2014 +0800

----------------------------------------------------------------------
 .../apache/camel/component/apns/factory/ApnsServiceFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b7df19ac/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java
----------------------------------------------------------------------
diff --git a/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java b/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java
index d7a53f5..81a0257 100644
--- a/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java
+++ b/components/camel-apns/src/main/java/org/apache/camel/component/apns/factory/ApnsServiceFactory.java
@@ -162,7 +162,7 @@ public class ApnsServiceFactory implements CamelContextAware {
     }
 
     public void setApnsDelegate(ApnsDelegate apnsDelegate) {
-	this.apnsDelegate = apnsDelegate;
+        this.apnsDelegate = apnsDelegate;
     }
 
     public ApnsService getApnsService() {