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
2e4087b8
Commit
2e4087b8
authored
Mar 14, 2018
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12468 from Christoph Dreis
* gh-12468: Fix typos
parents
2f1b2e3c
0d3f3e46
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
DiscoveredOperationsFactory.java
...uate/endpoint/annotation/DiscoveredOperationsFactory.java
+1
-1
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+1
-1
FilterAnnotations.java
...ork/boot/test/autoconfigure/filter/FilterAnnotations.java
+1
-1
JSONStringer.java
...mework/boot/configurationprocessor/json/JSONStringer.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationsFactory.java
View file @
2e4087b8
...
...
@@ -37,7 +37,7 @@ import org.springframework.core.annotation.AnnotatedElementUtils;
import
org.springframework.core.annotation.AnnotationAttributes
;
/**
* Factory to create
s an {@link Operation} for a
annotated methods on an
* Factory to create
an {@link Operation} for
annotated methods on an
* {@link Endpoint @Endpoint} or {@link EndpointExtension @EndpointExtension}.
*
* @param <O> The operation type
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
2e4087b8
...
...
@@ -1573,7 +1573,7 @@ be provided:
management.metrics.export.wavefront.api-token=YOUR_API_TOKEN
----
Alternatively, you may use a
a
Wavefront sidecar or an internal proxy set up in your
Alternatively, you may use a Wavefront sidecar or an internal proxy set up in your
environment that forwards metrics data to the Wavefront API host:
[source,properties,indent=0]
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/filter/FilterAnnotations.java
View file @
2e4087b8
...
...
@@ -72,7 +72,7 @@ public class FilterAnnotations implements Iterable<TypeFilter> {
switch
(
filterType
)
{
case
ANNOTATION:
Assert
.
isAssignable
(
Annotation
.
class
,
filterClass
,
"An error occurred while processing a ANNOTATION type filter: "
);
"An error occurred while processing a
n
ANNOTATION type filter: "
);
return
new
AnnotationTypeFilter
((
Class
<
Annotation
>)
filterClass
);
case
ASSIGNABLE_TYPE:
return
new
AssignableTypeFilter
(
filterClass
);
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONStringer.java
View file @
2e4087b8
...
...
@@ -75,7 +75,7 @@ public class JSONStringer {
EMPTY_ARRAY
,
/**
* A array with at least one value requires a comma and newline before the next
* A
n
array with at least one value requires a comma and newline before the next
* element.
*/
NONEMPTY_ARRAY
,
...
...
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