Commit 7755f892 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #17044 from wonwoo

* pr/17044:
  Polish "Fix typo in javadoc"
  Fix typo in javadoc

Closes gh-17044
parents 9ad19349 6a78995d
/* /*
* Copyright 2012-2018 the original author or authors. * Copyright 2012-2019 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -48,7 +48,7 @@ public class ReflectiveOperationInvoker implements OperationInvoker { ...@@ -48,7 +48,7 @@ public class ReflectiveOperationInvoker implements OperationInvoker {
private final ParameterValueMapper parameterValueMapper; 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 * {@code method} on the given {@code target}. The given {@code parameterMapper} will
* be used to map parameters to the required types and the given * be used to map parameters to the required types and the given
* {@code parameterNameMapper} will be used map parameters by name. * {@code parameterNameMapper} will be used map parameters by name.
......
...@@ -28,7 +28,7 @@ import org.springframework.core.annotation.MergedAnnotations.SearchStrategy; ...@@ -28,7 +28,7 @@ import org.springframework.core.annotation.MergedAnnotations.SearchStrategy;
/** /**
* {@link AnnotationCustomizableTypeExcludeFilter} that can be used to any test annotation * {@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. * {@code useDefaultFilters} attributes.
* *
* @param <A> the annotation type * @param <A> the annotation type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment