Polishing

This commit is contained in:
Sam Brannen
2024-08-29 17:02:08 +02:00
parent 2ddf495802
commit 167cb5d494
3 changed files with 7 additions and 12 deletions

View File

@@ -25,6 +25,8 @@ import org.springframework.util.ClassUtils;
import static org.assertj.core.api.Assertions.assertThat;
/**
* AOP-specific tests for {@link ClassUtils}.
*
* @author Colin Sampaleanu
* @author Juergen Hoeller
* @author Rob Harrop