mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Polish modifier declaration ordering
Follow that Java language specification.
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ class InitializrServiceMetadata {
|
||||
return result;
|
||||
}
|
||||
|
||||
private final static class MetadataHolder<K, T> {
|
||||
private static final class MetadataHolder<K, T> {
|
||||
|
||||
private final Map<K, T> content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user