From adda22dab60340e845e2ecddd224bc15eb78f5ec Mon Sep 17 00:00:00 2001 From: xerx593 Date: Tue, 25 Apr 2023 23:09:22 +0200 Subject: [PATCH] Update CrashControllerTests.java fixed `@author` tag --- .../samples/petclinic/system/CrashControllerTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java b/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java index 0e24a86d5..65d3b8921 100644 --- a/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java +++ b/src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java @@ -24,7 +24,8 @@ import org.junit.jupiter.api.Test; /** * Test class for {@link CrashController} * - * @author Colin But, Alex Lutz + * @author Colin But + * @author Alex Lutz */ // Waiting https://github.com/spring-projects/spring-boot/issues/5574 ..good // luck ((plain(st) UNIT test)! :)