Skip to content

Commit 3f2e27f

Browse files
committed
Fix Javadoc formatting in AnnotationBeanConfigurerAspect
1 parent 4e81ee5 commit 3f2e27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-aspects/src/main/java/org/springframework/beans/factory/aspectj/AnnotationBeanConfigurerAspect.aj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2014 the original author or authors.
2+
* Copyright 2002-2017 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.
@@ -32,8 +32,8 @@ import org.springframework.beans.factory.wiring.BeanConfigurerSupport;
3232
* Concrete aspect that uses the {@link Configurable} annotation to identify
3333
* which classes need autowiring.
3434
*
35-
* <p>The bean name to look up will be taken from the {@code &#64;Configurable}
36-
* annotation if specified, otherwise the default bean name to look up will be
35+
* <p>The bean name to look up will be taken from the {@code @Configurable}
36+
* annotation if specified; otherwise, the default bean name to look up will be
3737
* the fully qualified name of the class being configured.
3838
*
3939
* @author Rod Johnson

0 commit comments

Comments
 (0)