Skip to content

Commit ce39146

Browse files
committed
Polishing
1 parent f2a4537 commit ce39146

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-2014 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.
@@ -54,12 +54,9 @@
5454
import org.springframework.util.StringUtils;
5555

5656
/**
57-
* Helper class for resolving constructors and factory methods.
57+
* Delegate for resolving constructors and factory methods.
5858
* Performs constructor resolution through argument matching.
5959
*
60-
* <p>Operates on an {@link AbstractBeanFactory} and an {@link InstantiationStrategy}.
61-
* Used by {@link AbstractAutowireCapableBeanFactory}.
62-
*
6360
* @author Juergen Hoeller
6461
* @author Rob Harrop
6562
* @author Mark Fisher

0 commit comments

Comments
 (0)