Browse Source

Fix links in Javadoc

Closes gh-25448
pull/25461/head
XenoAmess 5 years ago committed by GitHub
parent
commit
c7f44ff671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      spring-beans/src/test/java/org/springframework/beans/factory/xml/DuplicateBeanIdTests.java
  2. 2
      spring-context/src/test/java/org/springframework/aop/framework/AbstractAopProxyTests.java
  3. 2
      spring-core/src/main/java/org/springframework/core/env/ReadOnlySystemAttributesMap.java
  4. 2
      spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java
  5. 2
      spring-core/src/test/java/org/springframework/core/annotation/MultipleComposedAnnotationsOnSingleAnnotatedElementTests.java
  6. 2
      spring-web/src/main/java/org/springframework/http/codec/protobuf/ProtobufDecoder.java
  7. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/AbstractSpringPreparerFactory.java
  8. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SimpleSpringPreparerFactory.java
  9. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/tiles3/SpringBeanPreparerFactory.java

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

@ -37,8 +37,8 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -37,8 +37,8 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
*
* @author Chris Beams
* @since 3.1
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#testWithDuplicateName
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#testWithDuplicateNameInAlias
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#withDuplicateName
* @see org.springframework.beans.factory.xml.XmlBeanFactoryTests#withDuplicateNameInAlias
*/
public class DuplicateBeanIdTests {

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

@ -765,7 +765,7 @@ public abstract class AbstractAopProxyTests { @@ -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() {

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

@ -27,7 +27,7 @@ import org.springframework.lang.Nullable; @@ -27,7 +27,7 @@ import org.springframework.lang.Nullable;
* Read-only {@code Map<String, String>} implementation that is backed by system
* properties or environment variables.
*
* <p>Used by {@link AbstractApplicationContext} when a {@link SecurityManager} prohibits
* <p>Used by {@link AbstractEnvironment} when a {@link SecurityManager} prohibits
* access to {@link System#getProperties()} or {@link System#getenv()}. It is for this
* reason that the implementations of {@link #keySet()}, {@link #entrySet()}, and
* {@link #values()} always return empty even though {@link #get(Object)} may in fact

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

@ -611,7 +611,7 @@ class AnnotatedElementUtilsTests { @@ -611,7 +611,7 @@ class AnnotatedElementUtilsTests {
/**
* Bridge/bridged method setup code copied from
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
* @since 4.2
*/
@Test

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

@ -184,7 +184,7 @@ class MultipleComposedAnnotationsOnSingleAnnotatedElementTests { @@ -184,7 +184,7 @@ class MultipleComposedAnnotationsOnSingleAnnotatedElementTests {
/**
* Bridge/bridged method setup code copied from
* {@link org.springframework.core.BridgeMethodResolverTests#testWithGenericParameter()}.
* {@link org.springframework.core.BridgeMethodResolverTests#withGenericParameter()}.
*/
Method getBridgeMethod() throws NoSuchMethodException {
Method[] methods = StringGenericParameter.class.getMethods();

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

@ -268,7 +268,7 @@ public class ProtobufDecoder extends ProtobufCodecSupport implements Decoder<Mes @@ -268,7 +268,7 @@ public class ProtobufDecoder extends ProtobufCodecSupport implements Decoder<Mes
*
* @return {code true} when the message size is parsed successfully, {code false} when the message size is
* truncated
* @see <a href ="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
* @see <a href="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
*/
private boolean readMessageSize(DataBuffer input) {
if (this.offset == 0) {

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

@ -25,7 +25,7 @@ import org.springframework.web.context.WebApplicationContext; @@ -25,7 +25,7 @@ import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.servlet.DispatcherServlet;
/**
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.PreparerFactory}
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory}
* interface, obtaining the current Spring WebApplicationContext and delegating to
* {@link #getPreparer(String, org.springframework.web.context.WebApplicationContext)}.
*

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

@ -28,7 +28,7 @@ import org.springframework.util.ClassUtils; @@ -28,7 +28,7 @@ import org.springframework.util.ClassUtils;
import org.springframework.web.context.WebApplicationContext;
/**
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
* that expects preparer class names and builds preparer instances for those,
* creating them through the Spring ApplicationContext in order to apply
* Spring container callbacks and configured Spring BeanPostProcessors.

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

@ -22,7 +22,7 @@ import org.apache.tiles.preparer.ViewPreparer; @@ -22,7 +22,7 @@ import org.apache.tiles.preparer.ViewPreparer;
import org.springframework.web.context.WebApplicationContext;
/**
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
* that expects preparer bean names and obtains preparer beans from the
* Spring ApplicationContext. The full bean creation process will be in
* the control of the Spring application context in this case, allowing

Loading…
Cancel
Save