Browse Source

Polish

See gh-2030
pull/27832/head
Brian Clozel 4 years ago
parent
commit
d019c1f82b
  1. 2
      spring-context/src/main/java/org/springframework/context/annotation/AnnotationBeanNameGenerator.java

2
spring-context/src/main/java/org/springframework/context/annotation/AnnotationBeanNameGenerator.java

@ -51,7 +51,7 @@ import org.springframework.util.StringUtils; @@ -51,7 +51,7 @@ import org.springframework.util.StringUtils;
*
* <pre class="code">com.xyz.FooServiceImpl -&gt; fooServiceImpl</pre>
* <pre class="code">com.xyz.URLFooServiceImpl -&gt; URLFooServiceImpl</pre>
*
*
* @author Juergen Hoeller
* @author Mark Fisher
* @since 2.5

Loading…
Cancel
Save