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
2ec0996a
Commit
2ec0996a
authored
Jun 02, 2019
by
fidel
Committed by
Stephane Nicoll
Jun 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in javadoc
See gh-17044
parent
9ad19349
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ReflectiveOperationInvoker.java
...e/endpoint/invoke/reflect/ReflectiveOperationInvoker.java
+1
-1
StandardAnnotationCustomizableTypeExcludeFilter.java
...lter/StandardAnnotationCustomizableTypeExcludeFilter.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke/reflect/ReflectiveOperationInvoker.java
View file @
2ec0996a
...
...
@@ -48,7 +48,7 @@ public class ReflectiveOperationInvoker implements OperationInvoker {
private
final
ParameterValueMapper
parameterValueMapper
;
/**
* Creates a new {code ReflectiveOperationInvoker} that will invoke the given
* Creates a new {
@
code ReflectiveOperationInvoker} that will invoke the given
* {@code method} on the given {@code target}. The given {@code parameterMapper} will
* be used to map parameters to the required types and the given
* {@code parameterNameMapper} will be used map parameters by name.
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/filter/StandardAnnotationCustomizableTypeExcludeFilter.java
View file @
2ec0996a
...
...
@@ -28,7 +28,7 @@ import org.springframework.core.annotation.MergedAnnotations.SearchStrategy;
/**
* {@link AnnotationCustomizableTypeExcludeFilter} that can be used to any test annotation
* that uses the standard {
code includeFilters}, {
code excludeFilters} and
* that uses the standard {
@code includeFilters}, {@
code excludeFilters} and
* {@code useDefaultFilters} attributes.
*
* @param <A> the annotation type
...
...
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