Skip to content

Commit eb59d91

Browse files
committed
Merge branch '6.2.x'
2 parents e03117c + 472c401 commit eb59d91

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-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.
@@ -30,10 +30,6 @@
3030
* load and register methods for bean definitions, specific to
3131
* their bean definition format.
3232
*
33-
* <p>Note that a bean definition reader does not have to implement
34-
* this interface. It only serves as a suggestion for bean definition
35-
* readers that want to follow standard naming conventions.
36-
*
3733
* @author Juergen Hoeller
3834
* @since 1.1
3935
* @see org.springframework.core.io.Resource

0 commit comments

Comments
 (0)