File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-aspects/src/main/java/org/springframework/beans/factory/aspectj Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2014 the original author or authors.
2
+ * Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -32,8 +32,8 @@ import org.springframework.beans.factory.wiring.BeanConfigurerSupport;
32
32
* Concrete aspect that uses the {@link Configurable} annotation to identify
33
33
* which classes need autowiring.
34
34
*
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
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
37
37
* the fully qualified name of the class being configured.
38
38
*
39
39
* @author Rod Johnson
You can’t perform that action at this time.
0 commit comments