From 4f49e8c990d9acdc777e97ede57df4829610b07d Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 18 Feb 2022 13:14:42 +0100 Subject: [PATCH] Polish JavaDoc --- .../boot/autoconfigure/ImportAutoConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfiguration.java index 2f83f1d4a70..5bfb1f23536 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ public @interface ImportAutoConfiguration { /** * The auto-configuration classes that should be imported. When empty, the classes are - * specified using an entry in {@code META-INF/spring.factories} where the key is the + * specified using a file in {@code META-INF/spring-boot} where the file name is the * fully-qualified name of the annotated class. * @return the classes to import */