Ensure all files end with a newline
Update all files to ensure that they always end with a new line. Issue: SPR-16968
This commit is contained in:
committed by
Juergen Hoeller
parent
e0480f75ac
commit
c3a17dfd47
@@ -142,4 +142,4 @@ class Context {
|
||||
* The stack values of the latest stack map frame that has been parsed.
|
||||
*/
|
||||
Object[] stack;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
package org.springframework.core.annotation;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
import org.springframework.lang.NonNullFields;
|
||||
|
||||
Reference in New Issue
Block a user