File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
spring-context/src/main/java/org/springframework/context/annotation
spring-test/src/main/java/org/springframework/test/annotation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -166,6 +166,6 @@ enum AspectJWeaving {
166
166
* load-time weaving will be switched off.
167
167
*/
168
168
AUTODETECT
169
- }
169
+ }
170
170
171
171
}
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -142,7 +142,7 @@ enum MethodMode {
142
142
* <em>dirty</em> after the corresponding test method.
143
143
*/
144
144
AFTER_METHOD
145
- }
145
+ }
146
146
147
147
148
148
/**
@@ -179,7 +179,7 @@ enum ClassMode {
179
179
* <em>dirty</em> after the test class.
180
180
*/
181
181
AFTER_CLASS
182
- }
182
+ }
183
183
184
184
185
185
/**
@@ -213,6 +213,6 @@ enum HierarchyMode {
213
213
* current test.
214
214
*/
215
215
CURRENT_LEVEL
216
- }
216
+ }
217
217
218
218
}
You can’t perform that action at this time.
0 commit comments