From bbc4ebabb49ede92d70b4707824aa5cbebe90cc5 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 16 Aug 2019 10:22:01 -0400 Subject: [PATCH] Fix @LogLevels copyright, javadoc --- .../org/springframework/amqp/rabbit/junit/LogLevels.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit/LogLevels.java b/spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit/LogLevels.java index e1022f4a..1caeaaca 100644 --- a/spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit/LogLevels.java +++ b/spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit/LogLevels.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 the original author or authors. + * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,9 @@ import java.lang.annotation.Target; import org.junit.jupiter.api.extension.ExtendWith; /** - * Test classes annotated with this will change logging levels between tests. + * Test classes annotated with this will change logging levels between tests. It can also + * be applied to individual test methods. If both class-level and method-level annotations + * are present, the method-level annotation is used. * * @author Gary Russell * @since 2.2