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/06/06 14:02:00 UTC

[2/2] git commit: CAMEL-7483 Fixed the SmppConfiguration issue with thanks to Abdelghani

CAMEL-7483 Fixed the SmppConfiguration issue with thanks to  Abdelghani


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

Branch: refs/heads/camel-2.12.x
Commit: c6f84bc0350fd0ce4dd592c0725f8321b8ada6b1
Parents: a1bc569
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Jun 6 19:57:25 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Jun 6 20:01:38 2014 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/component/smpp/SmppConfiguration.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c6f84bc0/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java
index 141283e..c346fc5 100644
--- a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java
+++ b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java
@@ -122,7 +122,7 @@ public class SmppConfiguration implements Cloneable {
     }
 
     public void setDataCoding(byte dataCoding) {
-        this.alphabet = dataCoding;
+        this.dataCoding = dataCoding;
     }
     
     public byte getAlphabet() {