Fix new Sonar smells

This commit is contained in:
Artem Bilan
2019-04-11 09:00:31 -04:00
parent 7924c27a48
commit 25888693ab
4 changed files with 94 additions and 92 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.core.type.AnnotationMetadata;
*
* @since 2.1.6
*/
@Order(Ordered.LOWEST_PRECEDENCE - 100)
@Order(Ordered.LOWEST_PRECEDENCE - 100) // NOSONAR magic
public class RabbitListenerTestSelector extends RabbitListenerConfigurationSelector {
@Override