Skip to content

Commit 00375df

Browse files
aoyvxsnicoll
authored andcommitted
Fix javadoc reference to ThrowsAdvice
See gh-27804
1 parent b1352e1 commit 00375df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.springframework.aop.ThrowsAdvice;
2626

2727
/**
28-
* Adapter to enable {@link org.springframework.aop.MethodBeforeAdvice}
28+
* Adapter to enable {@link org.springframework.aop.ThrowsAdvice}
2929
* to be used in the Spring AOP framework.
3030
*
3131
* @author Rod Johnson

0 commit comments

Comments
 (0)