Skip to content

Commit 89fb486

Browse files
quaffmhalbritter
authored andcommitted
Polish AutoConfigurationMetadataLoader
Align to other final classes, the protected modifier is meaningless. See gh-45020 Signed-off-by: Yanming Zhou <[email protected]>
1 parent 3e9dddb commit 89fb486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationMetadataLoader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2025 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.
@@ -33,7 +33,7 @@
3333
*/
3434
final class AutoConfigurationMetadataLoader {
3535

36-
protected static final String PATH = "META-INF/spring-autoconfigure-metadata.properties";
36+
private static final String PATH = "META-INF/spring-autoconfigure-metadata.properties";
3737

3838
private AutoConfigurationMetadataLoader() {
3939
}

0 commit comments

Comments
 (0)