Skip to content

Commit c7f44ff

Browse files
authored
Fix links in Javadoc
Closes gh-25448
1 parent fa0a144 commit c7f44ff

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
*
3838
* @author Chris Beams
3939
* @since 3.1
40-
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#testWithDuplicateName
41-
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#testWithDuplicateNameInAlias
40+
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#withDuplicateName
41+
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#withDuplicateNameInAlias
4242
*/
4343
public class DuplicateBeanIdTests {
4444

spring-context/src/test/java/org/springframework/aop/framework/AbstractAopProxyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ public void testIntroductionThrowsUncheckedException() throws Throwable {
765765
@SuppressWarnings("serial")
766766
class MyDi extends DelegatingIntroductionInterceptor implements TimeStamped {
767767
/**
768-
* @see org.springframework.core.testfixture.util.TimeStamped#getTimeStamp()
768+
* @see org.springframework.core.testfixture.TimeStamped#getTimeStamp()
769769
*/
770770
@Override
771771
public long getTimeStamp() {

spring-core/src/main/java/org/springframework/core/env/ReadOnlySystemAttributesMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Read-only {@code Map<String, String>} implementation that is backed by system
2828
* properties or environment variables.
2929
*
30-
* <p>Used by {@link AbstractApplicationContext} when a {@link SecurityManager} prohibits
30+
* <p>Used by {@link AbstractEnvironment} when a {@link SecurityManager} prohibits
3131
* access to {@link System#getProperties()} or {@link System#getenv()}. It is for this
3232
* reason that the implementations of {@link #keySet()}, {@link #entrySet()}, and
3333
* {@link #values()} always return empty even though {@link #get(Object)} may in fact

spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ void findMergedAnnotationAttributesInheritedFromBridgedMethod() throws NoSuchMet
611611

612612
/**
613613
* Bridge/bridged method setup code copied from
614-
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
614+
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
615615
* @since 4.2
616616
*/
617617
@Test

spring-core/src/test/java/org/springframework/core/annotation/MultipleComposedAnnotationsOnSingleAnnotatedElementTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void findMultipleComposedAnnotationsOnBridgeMethod() throws Exception {
184184

185185
/**
186186
* Bridge/bridged method setup code copied from
187-
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
187+
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
188188
*/
189189
Method getBridgeMethod() throws NoSuchMethodException {
190190
Method[] methods = StringGenericParameter.class.getMethods();

spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public Iterable<? extends Message> apply(DataBuffer input) {
268268
*
269269
* @return {code true} when the message size is parsed successfully, {code false} when the message size is
270270
* truncated
271-
* @see <a href ="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
271+
* @see <a href="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
272272
*/
273273
private boolean readMessageSize(DataBuffer input) {
274274
if (this.offset == 0) {

spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/AbstractSpringPreparerFactory.java

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

2727
/**
28-
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.PreparerFactory}
28+
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory}
2929
* interface, obtaining the current Spring WebApplicationContext and delegating to
3030
* {@link #getPreparer(String, org.springframework.web.context.WebApplicationContext)}.
3131
*

spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SimpleSpringPreparerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.springframework.web.context.WebApplicationContext;
2929

3030
/**
31-
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
31+
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
3232
* that expects preparer class names and builds preparer instances for those,
3333
* creating them through the Spring ApplicationContext in order to apply
3434
* Spring container callbacks and configured Spring BeanPostProcessors.

spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SpringBeanPreparerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.web.context.WebApplicationContext;
2323

2424
/**
25-
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
25+
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
2626
* that expects preparer bean names and obtains preparer beans from the
2727
* Spring ApplicationContext. The full bean creation process will be in
2828
* the control of the Spring application context in this case, allowing

0 commit comments

Comments
 (0)