Fix links in Javadoc

Closes gh-25448
This commit is contained in:
XenoAmess
2020-07-22 16:24:55 +08:00
committed by GitHub
parent fa0a1446f0
commit c7f44ff671
9 changed files with 10 additions and 10 deletions

View File

@@ -765,7 +765,7 @@ public abstract class AbstractAopProxyTests {
@SuppressWarnings("serial")
class MyDi extends DelegatingIntroductionInterceptor implements TimeStamped {
/**
* @see org.springframework.core.testfixture.util.TimeStamped#getTimeStamp()
* @see org.springframework.core.testfixture.TimeStamped#getTimeStamp()
*/
@Override
public long getTimeStamp() {