Skip to content

Commit 2ec0996

Browse files
wonwoosnicoll
authored andcommitted
Fix typo in javadoc
See gh-17044
1 parent 9ad1934 commit 2ec0996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke/reflect/ReflectiveOperationInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ReflectiveOperationInvoker implements OperationInvoker {
4848
private final ParameterValueMapper parameterValueMapper;
4949

5050
/**
51-
* Creates a new {code ReflectiveOperationInvoker} that will invoke the given
51+
* Creates a new {@code ReflectiveOperationInvoker} that will invoke the given
5252
* {@code method} on the given {@code target}. The given {@code parameterMapper} will
5353
* be used to map parameters to the required types and the given
5454
* {@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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* {@link AnnotationCustomizableTypeExcludeFilter} that can be used to any test annotation
31-
* that uses the standard {code includeFilters}, {code excludeFilters} and
31+
* that uses the standard {@code includeFilters}, {@code excludeFilters} and
3232
* {@code useDefaultFilters} attributes.
3333
*
3434
* @param <A> the annotation type

0 commit comments

Comments
 (0)