Skip to content

Commit 065eebf

Browse files
eddumelendezsnicoll
authored andcommitted
Fix javadoc
Closes gh-13274
1 parent 2c35376 commit 065eebf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java

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

2424
/**
25-
* A {@WebTestClientBuilderCustomizer} that configures Spring REST Docs.
25+
* A {@link WebTestClientBuilderCustomizer} that configures Spring REST Docs.
2626
*
2727
* @author Roman Zaynetdinov
2828
* @author Andy Wilkinson

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
2727
import static org.assertj.core.api.Assertions.assertThat;
2828

2929
/**
30-
* Tests for {@SpringBootTest} with a custom config name
30+
* Tests for {@link SpringBootTest} with a custom config name
3131
*
3232
* @author Andy Wilkinson
3333
*/

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.gradle.api.tasks.TaskDependency;
2323

2424
/**
25-
* A wrapper for a {@PublishArtifactSet} that ensures that only a single artifact is
25+
* A wrapper for a {@link PublishArtifactSet} that ensures that only a single artifact is
2626
* published, with a war file taking precedence over a jar file.
2727
*
2828
* @author Andy Wilkinson

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626
import io.undertow.server.handlers.resource.ResourceManager;
2727

2828
/**
29-
* A {@ResourceManager} that delegates to multiple {@code ResourceManager} instances.
29+
* A {@link ResourceManager} that delegates to multiple {@code ResourceManager} instances.
3030
*
3131
* @author Andy Wilkinson
3232
*/

0 commit comments

Comments
 (0)