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 13:59:16 UTC

git commit: CAMEL-7483 Fixed the SmppConfiguration issue with thanks to Abdelghani

Repository: camel
Updated Branches:
  refs/heads/master ff3ecc603 -> 9497ad1ed


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

Branch: refs/heads/master
Commit: 9497ad1ed12287f6d3b02e0bc66695f85e279954
Parents: ff3ecc6
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 19:57:25 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/9497ad1e/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 ec77a04..5756025 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
@@ -127,7 +127,7 @@ public class SmppConfiguration implements Cloneable {
     }
 
     public void setDataCoding(byte dataCoding) {
-        this.alphabet = dataCoding;
+        this.dataCoding = dataCoding;
     }
     
     public byte getAlphabet() {