Skip to content

Commit 1fb99e4

Browse files
committed
Merge pull request #32560 from quaff
* pr/32560: Polish javadoc of AnnotatedBeanDefinitionReader Closes gh-32560
2 parents 048e4f0 + 23d8936 commit 1fb99e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/AnnotatedBeanDefinitionReader.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 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.
@@ -100,7 +100,6 @@ public final BeanDefinitionRegistry getRegistry() {
100100
* Set the {@code Environment} to use when evaluating whether
101101
* {@link Conditional @Conditional}-annotated component classes should be registered.
102102
* <p>The default is a {@link StandardEnvironment}.
103-
* @see #registerBean(Class, String, Class...)
104103
*/
105104
public void setEnvironment(Environment environment) {
106105
this.conditionEvaluator = new ConditionEvaluator(this.registry, environment, null);

0 commit comments

Comments
 (0)