Skip to content

Commit 3c31e03

Browse files
nkjackzhangsnicoll
authored andcommitted
Polish Javadoc
Closes gh-1627
1 parent e6e6b8f commit 3c31e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public Class<?> getAspectClass() {
148148
}
149149

150150
/**
151-
* Return the aspect class.
151+
* Return the aspect name.
152152
*/
153153
public String getAspectName() {
154154
return this.aspectName;

0 commit comments

Comments
 (0)