File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/com/rabbitmq/client/test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
1+ // Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
22//
33// This software, the RabbitMQ Java client library, is triple-licensed under the
44// Mozilla Public License 2.0 ("MPL"), the GNU General Public License version 2
2929import org .junit .rules .TestRule ;
3030import org .junit .runner .Description ;
3131import org .junit .runners .model .Statement ;
32+ import org .slf4j .Logger ;
3233import org .slf4j .LoggerFactory ;
3334
3435import java .io .IOException ;
4546
4647public class TestUtils {
4748
49+ private static final Logger LOGGER = LoggerFactory .getLogger (TestUtils .class );
50+
4851 public static final boolean USE_NIO = System .getProperty ("use.nio" ) != null ;
4952
5053 public static ConnectionFactory connectionFactory () {
You can’t perform that action at this time.
0 commit comments