Repository: camel
Updated Branches:
  refs/heads/master ea3e10799 -> 9ecc0cc48


CAMEL-8116: more checkstyle changes


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

Branch: refs/heads/master
Commit: 2c23913248773ea398a4e9f3117fb7d8015a7dbb
Parents: c864053
Author: Daniel Pocock <dan...@pocock.pro>
Authored: Wed Dec 3 12:48:51 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Dec 3 19:34:39 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/2c239132/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppSmCommand.java
----------------------------------------------------------------------
diff --git 
a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppSmCommand.java
 
b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppSmCommand.java
index e859e3f..83b82c5 100644
--- 
a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppSmCommand.java
+++ 
b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppSmCommand.java
@@ -48,7 +48,7 @@ public abstract class SmppSmCommand extends 
AbstractSmppCommand {
             case ALLOW:
                 return segments;
             case TRUNCATE:
-                return new byte[][] { segments[0] };
+                return new byte[][] {segments[0]};
             case REJECT:
                 // FIXME - JSMPP needs to have an enum of the negative response
                 // codes instead of just using them like this

Reply via email to