diff --git a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java index 39253b5c7fc9..02d88829949b 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java +++ b/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java @@ -22,7 +22,7 @@ import org.springframework.util.StringUtils; /** - * A {@WebTestClientBuilderCustomizer} that configures Spring REST Docs. + * A {@link WebTestClientBuilderCustomizer} that configures Spring REST Docs. * * @author Roman Zaynetdinov * @author Andy Wilkinson diff --git a/spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java b/spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java index 195b6e9de18b..09e1b9a93f89 100644 --- a/spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java +++ b/spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java @@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat; /** - * Tests for {@SpringBootTest} with a custom config name + * Tests for {@link SpringBootTest} with a custom config name * * @author Andy Wilkinson */ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java index e7d27e1321a7..0d4fbff52f07 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java @@ -22,7 +22,7 @@ import org.gradle.api.tasks.TaskDependency; /** - * A wrapper for a {@PublishArtifactSet} that ensures that only a single artifact is + * A wrapper for a {@link PublishArtifactSet} that ensures that only a single artifact is * published, with a war file taking precedence over a jar file. * * @author Andy Wilkinson diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java index e286d3592cc2..5863ab175dc0 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java @@ -26,7 +26,7 @@ import io.undertow.server.handlers.resource.ResourceManager; /** - * A {@ResourceManager} that delegates to multiple {@code ResourceManager} instances. + * A {@link ResourceManager} that delegates to multiple {@code ResourceManager} instances. * * @author Andy Wilkinson */