Skip to content

Commit 8a84241

Browse files
committed
Polishing
1 parent 624be6d commit 8a84241

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJAdvisorBeanRegistrationAotProcessorTests.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 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.
@@ -36,15 +36,17 @@
3636
* Tests for {@link AspectJAdvisorBeanRegistrationAotProcessor}.
3737
*
3838
* @author Sebastien Deleuze
39+
* @since 6.1
3940
*/
4041
class AspectJAdvisorBeanRegistrationAotProcessorTests {
4142

4243
private final GenerationContext generationContext = new TestGenerationContext();
4344

4445
private final RuntimeHints runtimeHints = this.generationContext.getRuntimeHints();
4546

47+
4648
@Test
47-
void shouldProcessesAspectJClass() {
49+
void shouldProcessAspectJClass() {
4850
process(AspectJClass.class);
4951
assertThat(reflection().onType(AspectJClass.class).withMemberCategory(MemberCategory.DECLARED_FIELDS))
5052
.accepts(this.runtimeHints);

0 commit comments

Comments
 (0)