This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 20a1b66 Fixed CS in camel-jms
20a1b66 is described below
commit 20a1b66756ddafe3318278a5bcfa532e61f9205d
Author: aldettinger <[email protected]>
AuthorDate: Mon Jun 4 20:17:05 2018 +0200
Fixed CS in camel-jms
---
.../org/apache/camel/component/jms/JmsMessageIDNotOverridenAMQTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsMessageIDNotOverridenAMQTest.java
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsMessageIDNotOverridenAMQTest.java
index 42f16d2..44262ae 100644
---
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsMessageIDNotOverridenAMQTest.java
+++
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsMessageIDNotOverridenAMQTest.java
@@ -78,7 +78,7 @@ public class JmsMessageIDNotOverridenAMQTest extends
CamelTestSupport {
}
private class MyMessageCreatedStrategy implements MessageCreatedStrategy {
-
+
@Override
public void onMessageCreated(Message message, Session session,
Exchange exchange, Throwable cause) {
try {
--
To stop receiving notification emails like this one, please contact
[email protected].