Skip to content

Commit bbc4eba

Browse files
committed
Fix @LogLevels copyright, javadoc
1 parent 594ba7c commit bbc4eba

File tree

1 file changed

+4
-2
lines changed
  • spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit

1 file changed

+4
-2
lines changed

spring-rabbit-junit/src/main/java/org/springframework/amqp/rabbit/junit/LogLevels.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2019 the original author or authors.
2+
* Copyright 2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,9 @@
2525
import org.junit.jupiter.api.extension.ExtendWith;
2626

2727
/**
28-
* Test classes annotated with this will change logging levels between tests.
28+
* Test classes annotated with this will change logging levels between tests. It can also
29+
* be applied to individual test methods. If both class-level and method-level annotations
30+
* are present, the method-level annotation is used.
2931
*
3032
* @author Gary Russell
3133
* @since 2.2

0 commit comments

Comments
 (0)