Skip to content

Commit 5856d2e

Browse files
committed
Polish contribution
See gh-32069
1 parent a8fa98e commit 5856d2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-context/src/main/java/org/springframework/context/annotation/EnableLoadTimeWeaving.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

spring-test/src/main/java/org/springframework/test/annotation/DirtiesContext.java

Lines changed: 4 additions & 4 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.
@@ -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
}

0 commit comments

Comments
 (0)