Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* {@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
Expand Down