Skip to content

Commit 1f2d29e

Browse files
committed
Polish
1 parent cffc883 commit 1f2d29e

File tree

553 files changed

+1340
-1295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+1340
-1295
lines changed

spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscovererTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -29,7 +29,7 @@
2929
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
3030

3131
/**
32-
* Unit tests for {@link AspectJAdviceParameterNameDiscoverer}.
32+
* Tests for {@link AspectJAdviceParameterNameDiscoverer}.
3333
*
3434
* @author Adrian Colyer
3535
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/aspectj/TypePatternClassFilterTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 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.
@@ -31,7 +31,7 @@
3131
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
3232

3333
/**
34-
* Unit tests for the {@link TypePatternClassFilter} class.
34+
* Tests for {@link TypePatternClassFilter}.
3535
*
3636
* @author Rod Johnson
3737
* @author Rick Evans

spring-aop/src/test/java/org/springframework/aop/interceptor/DebugInterceptorTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -30,7 +30,7 @@
3030
import static org.mockito.Mockito.verify;
3131

3232
/**
33-
* Unit tests for the {@link DebugInterceptor} class.
33+
* Tests for {@link DebugInterceptor}.
3434
*
3535
* @author Rick Evans
3636
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/interceptor/SimpleTraceInterceptorTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -29,7 +29,7 @@
2929
import static org.mockito.Mockito.verify;
3030

3131
/**
32-
* Unit tests for the {@link SimpleTraceInterceptor} class.
32+
* Tests for {@link SimpleTraceInterceptor}.
3333
*
3434
* @author Rick Evans
3535
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/scope/DefaultScopedObjectTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -24,7 +24,7 @@
2424
import static org.mockito.Mockito.mock;
2525

2626
/**
27-
* Unit tests for the {@link DefaultScopedObject} class.
27+
* Tests for {@link DefaultScopedObject}.
2828
*
2929
* @author Rick Evans
3030
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyUtilsTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 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.
@@ -22,7 +22,7 @@
2222
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
2323

2424
/**
25-
* Unit tests for {@link ScopedProxyUtils}.
25+
* Tests for {@link ScopedProxyUtils}.
2626
*
2727
* @author Sam Brannen
2828
* @since 5.1.10

spring-aop/src/test/java/org/springframework/aop/support/ClassFiltersTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -29,7 +29,7 @@
2929
import static org.mockito.Mockito.verify;
3030

3131
/**
32-
* Unit tests for {@link ClassFilters}.
32+
* Tests for {@link ClassFilters}.
3333
*
3434
* @author Rod Johnson
3535
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/support/RootClassFilterTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 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.
@@ -24,7 +24,7 @@
2424
import static org.assertj.core.api.Assertions.assertThat;
2525

2626
/**
27-
* Unit tests for {@link RootClassFilter}.
27+
* Tests for {@link RootClassFilter}.
2828
*
2929
* @author Sam Brannen
3030
* @since 5.1.10

spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 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.
@@ -25,7 +25,7 @@
2525
import static org.assertj.core.api.Assertions.assertThat;
2626

2727
/**
28-
* Unit tests for {@link AnnotationMatchingPointcut}.
28+
* Tests for {@link AnnotationMatchingPointcut}.
2929
*
3030
* @author Sam Brannen
3131
* @since 5.1.10

spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspectTests.java

Lines changed: 2 additions & 2 deletions
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.
@@ -41,7 +41,7 @@
4141
import static org.springframework.core.testfixture.TestGroup.LONG_RUNNING;
4242

4343
/**
44-
* Unit tests for {@link AnnotationAsyncExecutionAspect}.
44+
* Tests for {@link AnnotationAsyncExecutionAspect}.
4545
*
4646
* @author Ramnivas Laddad
4747
* @author Stephane Nicoll

0 commit comments

Comments
 (0)