Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down