Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
547fa9d5
Commit
547fa9d5
authored
May 28, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13274 from eddumelendez:fix_javadoc
* pr/13274: Fix javadoc
parents
2c353762
065eebfb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
RestDocsWebTestClientBuilderCustomizer.java
...gure/restdocs/RestDocsWebTestClientBuilderCustomizer.java
+1
-1
SpringBootTestCustomConfigNameTests.java
...oot/test/context/SpringBootTestCustomConfigNameTests.java
+2
-2
SinglePublishedArtifact.java
...framework/boot/gradle/plugin/SinglePublishedArtifact.java
+1
-1
CompositeResourceManager.java
.../boot/web/embedded/undertow/CompositeResourceManager.java
+2
-2
No files found.
spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java
View file @
547fa9d5
...
...
@@ -22,7 +22,7 @@ import org.springframework.test.web.reactive.server.WebTestClient;
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
...
...
spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/context/SpringBootTestCustomConfigNameTests.java
View file @
547fa9d5
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -27,7 +27,7 @@ import org.springframework.test.context.junit4.SpringRunner;
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
*/
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java
View file @
547fa9d5
...
...
@@ -22,7 +22,7 @@ import org.gradle.api.artifacts.PublishArtifactSet;
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
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/CompositeResourceManager.java
View file @
547fa9d5
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -26,7 +26,7 @@ import io.undertow.server.handlers.resource.ResourceChangeListener;
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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment