Skip to content

Commit 62b88dc

Browse files
committed
Merge branch '3.4.x'
Closes gh-45024
2 parents 189c6d9 + c7608ec commit 62b88dc

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)