Add @Author attribution

See gh-11077
This commit is contained in:
Phillip Webb
2018-09-06 13:42:29 -07:00
parent 64be6ae564
commit 04710373bf
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Phillip Webb
* @author Andy Wilkinson
* @author Andreas Neiser
*/
public class MockitoPostProcessorTests {