mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix links in Javadoc
Closes gh-25448
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user