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 11/*
2- * Copyright 2002-2018 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.
@@ -166,6 +166,6 @@ enum AspectJWeaving {
166166 * load-time weaving will be switched off.
167167 */
168168 AUTODETECT
169- }
169+ }
170170
171171}
Original file line number Diff line number Diff line change 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.
@@ -142,7 +142,7 @@ enum MethodMode {
142142 * <em>dirty</em> after the corresponding test method.
143143 */
144144 AFTER_METHOD
145- }
145+ }
146146
147147
148148 /**
@@ -179,7 +179,7 @@ enum ClassMode {
179179 * <em>dirty</em> after the test class.
180180 */
181181 AFTER_CLASS
182- }
182+ }
183183
184184
185185 /**
@@ -213,6 +213,6 @@ enum HierarchyMode {
213213 * current test.
214214 */
215215 CURRENT_LEVEL
216- }
216+ }
217217
218218}
You can’t perform that action at this time.
0 commit comments