Skip to content

Commit 7755f89

Browse files
committed
Merge pull request #17044 from wonwoo
* pr/17044: Polish "Fix typo in javadoc" Fix typo in javadoc Closes gh-17044
2 parents 9ad1934 + 6a78995 commit 7755f89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)