Browse Source

Polish Javadoc

Closes gh-1627
pull/1633/head
nkjackzhang 7 years ago committed by Stephane Nicoll
parent
commit
ec6eed6c63
  1. 2
      spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AspectMetadata.java

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

@ -148,7 +148,7 @@ public class AspectMetadata implements Serializable { @@ -148,7 +148,7 @@ public class AspectMetadata implements Serializable {
}
/**
* Return the aspect class.
* Return the aspect name.
*/
public String getAspectName() {
return this.aspectName;

Loading…
Cancel
Save