Browse Source

Fix javadoc in DependencyDescriptor

Closes gh-24551
pull/24555/head
Qimiao Chen 6 years ago committed by GitHub
parent
commit
acae174f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/config/DependencyDescriptor.java

2
spring-beans/src/main/java/org/springframework/beans/factory/config/DependencyDescriptor.java

@ -371,7 +371,7 @@ public class DependencyDescriptor extends InjectionPoint implements Serializable @@ -371,7 +371,7 @@ public class DependencyDescriptor extends InjectionPoint implements Serializable
/**
* Determine the name of the wrapped parameter/field.
* @return the declared name (never {@code null})
* @return the declared name (may be {@code null})
*/
@Nullable
public String getDependencyName() {

Loading…
Cancel
Save