Skip to content

Commit a78701c

Browse files
authored
Fix Javadoc link in DynamicIntroductionAdvice
Closes gh-26568
1 parent 947387b commit a78701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* <p>Introductions are often <b>mixins</b>, enabling the building of composite
2727
* objects that can achieve many of the goals of multiple inheritance in Java.
2828
*
29-
* <p>Compared to {qlink IntroductionInfo}, this interface allows an advice to
29+
* <p>Compared to {@link IntroductionInfo}, this interface allows an advice to
3030
* implement a range of interfaces that is not necessarily known in advance.
3131
* Thus an {@link IntroductionAdvisor} can be used to specify which interfaces
3232
* will be exposed in an advised object.

0 commit comments

Comments
 (0)