This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit db489679b57285a6523a91c6de532ed7b63788d4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Apr 24 12:24:09 2018 +0200

    Fixed CS
---
 .../apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/camel-core/src/test/java/org/apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java
 
b/camel-core/src/test/java/org/apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java
index c23e992..05d112c 100644
--- 
a/camel-core/src/test/java/org/apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java
+++ 
b/camel-core/src/test/java/org/apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java
@@ -1,4 +1,4 @@
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.component.seda;
 
-
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.impl.JndiRegistry;
@@ -25,6 +24,7 @@ import org.apache.camel.impl.JndiRegistry;
  * Tests that a Seda component properly set blockWhenFull on endpoints.
  */
 public class SedaDefaultBlockWhenFullTest extends ContextTestSupport {
+
     private static final int QUEUE_SIZE = 1;
     private static final int DELAY = 10;
     private static final int DELAY_LONG = 100;
@@ -33,7 +33,6 @@ public class SedaDefaultBlockWhenFullTest extends 
ContextTestSupport {
     private static final String BLOCK_WHEN_FULL_URI = "seda:blockingFoo" + 
String.format(SIZE_PARAM, QUEUE_SIZE) + "&timeout=0";
     private static final String DEFAULT_URI = "seda:foo" + 
String.format(SIZE_PARAM, QUEUE_SIZE) + "&blockWhenFull=false&timeout=0";
 
-
     @Override
     protected JndiRegistry createRegistry() throws Exception {
         SedaComponent component = new SedaComponent();

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to