Skip to content

Commit 5a83fc8

Browse files
committed
Polishing
1 parent db8d2d1 commit 5a83fc8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: spring-beans/src/main/java/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.java

+4-5
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.
@@ -506,9 +506,9 @@ public PropertyValues postProcessProperties(PropertyValues pvs, Object bean, Str
506506
}
507507

508508
/**
509-
* 'Native' processing method for direct calls with an arbitrary target instance,
510-
* resolving all of its fields and methods which are annotated with one of the
511-
* configured 'autowired' annotation types.
509+
* <em>Native</em> processing method for direct calls with an arbitrary target
510+
* instance, resolving all of its fields and methods which are annotated with
511+
* one of the configured 'autowired' annotation types.
512512
* @param bean the target instance to process
513513
* @throws BeanCreationException if autowiring failed
514514
* @see #setAutowiredAnnotationTypes(Set)
@@ -1090,7 +1090,6 @@ private void registerProxyIfNecessary(RuntimeHints runtimeHints, DependencyDescr
10901090
}
10911091
}
10921092
}
1093-
10941093
}
10951094

10961095
}

0 commit comments

Comments
 (0)