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
87dfa070
Commit
87dfa070
authored
Jan 02, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11460 from dreis2211:fix-more-typos
* pr/11460: Fix typos
parents
b545330d
eb1ae2dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.adoc
README.adoc
+1
-1
GradleCompatibilitySuite.java
...framework/boot/gradle/junit/GradleCompatibilitySuite.java
+1
-1
No files found.
README.adoc
View file @
87dfa070
...
@@ -206,7 +206,7 @@ Spring Boot Actuator provides additional auto-configuration to decorate your app
...
@@ -206,7 +206,7 @@ Spring Boot Actuator provides additional auto-configuration to decorate your app
with features that make it instantly deployable and supportable in production. For
with features that make it instantly deployable and supportable in production. For
instance, if you are writing a JSON web service then it will provide a server, security,
instance, if you are writing a JSON web service then it will provide a server, security,
logging, externalized configuration, management endpoints, an audit abstraction, and
logging, externalized configuration, management endpoints, an audit abstraction, and
more. If you want to switch off the built
in features, or extend or replace them, it
more. If you want to switch off the built
-
in features, or extend or replace them, it
makes that really easy as well.
makes that really easy as well.
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilitySuite.java
View file @
87dfa070
...
@@ -30,7 +30,7 @@ import org.junit.runners.model.InitializationError;
...
@@ -30,7 +30,7 @@ import org.junit.runners.model.InitializationError;
import
org.springframework.boot.gradle.testkit.GradleBuild
;
import
org.springframework.boot.gradle.testkit.GradleBuild
;
/**
/**
* Custom {@link Suite} that runs tests against multiple version of Gradle. Test classes
* Custom {@link Suite} that runs tests against multiple version
s
of Gradle. Test classes
* using the suite must have a public {@link GradleBuild} field named {@code gradleBuild}
* using the suite must have a public {@link GradleBuild} field named {@code gradleBuild}
* and annotated with {@link Rule}.
* and annotated with {@link Rule}.
*
*
...
...
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