You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/04/02 11:46:10 UTC

[2/2] camel git commit: Fixed CS

Fixed CS


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

Branch: refs/heads/master
Commit: c8d23d327793b522435f1ef712705ea213c6615b
Parents: 48ac4ab
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 2 11:46:45 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 2 11:46:45 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/aws/sns/SnsConstants.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c8d23d32/components/camel-aws/src/main/java/org/apache/camel/component/aws/sns/SnsConstants.java
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/sns/SnsConstants.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/sns/SnsConstants.java
index 72c2046..9478ba7 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/sns/SnsConstants.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/sns/SnsConstants.java
@@ -18,11 +18,10 @@ package org.apache.camel.component.aws.sns;
 
 /**
  * Constants used in Camel AWS SNS module
- *
  */
 public interface SnsConstants {
     
     String MESSAGE_ID = "CamelAwsSnsMessageId";
     String SUBJECT = "CamelAwsSnsSubject";
-    String MESSAGE_STRUCTURE ="CamelAwsSnsMessageStructure";
+    String MESSAGE_STRUCTURE = "CamelAwsSnsMessageStructure";
 }
\ No newline at end of file