Fix New Sonar Issues

This commit is contained in:
Gary Russell
2019-07-24 09:08:43 -04:00
parent 80d679a9b0
commit 38b64543fb
3 changed files with 8 additions and 7 deletions

View File

@@ -47,7 +47,6 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.context.Lifecycle;
import org.springframework.core.convert.ConversionService;
import org.springframework.expression.Expression;
import org.springframework.integration.IntegrationMessageHeaderAccessor;
import org.springframework.integration.MessageTimeoutException;
import org.springframework.integration.StaticMessageHeaderAccessor;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;
@@ -294,9 +293,9 @@ public class JmsOutboundGateway extends AbstractReplyProducingMessageHandler imp
}
/**
* Specify the default JMS priority to use when sending request Messages with
* no {@link IntegrationMessageHeaderAccessor#PRIORITY} header.
* The value should be within the range of 0-9.
* Specify the default JMS priority to use when sending request Messages with no
* {@link org.springframework.integration.IntegrationMessageHeaderAccessor#PRIORITY}
* header. The value should be within the range of 0-9.
* @param priority The priority.
* @since 5.1.2
*/