Skip to content

Commit 4f49e8c

Browse files
committed
Polish JavaDoc
1 parent d18f536 commit 4f49e8c

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/ImportAutoConfiguration.java

Lines changed: 2 additions & 2 deletions
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-2022 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.
@@ -59,7 +59,7 @@
5959

6060
/**
6161
* The auto-configuration classes that should be imported. When empty, the classes are
62-
* specified using an entry in {@code META-INF/spring.factories} where the key is the
62+
* specified using a file in {@code META-INF/spring-boot} where the file name is the
6363
* fully-qualified name of the annotated class.
6464
* @return the classes to import
6565
*/

0 commit comments

Comments
 (0)