Skip to content

Commit

Permalink
[Core] Fix TypeRegistry Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 28, 2021
1 parent e12334c commit 69a5744
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion core/src/main/java/io/cucumber/core/api/TypeRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* The type registry records defines parameter types, data table types and
* docstring transformers.
*
* @deprecated
* @deprecated use the dedicated type annotations to register data table and
* parameter types instead
*/
@API(status = API.Status.DEPRECATED)
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

/**
* Default transformer for entries which don't have registered
* {@link DataTableType}. Similar to {@link TableEntryTransformer}
* but additionally it receives {@code Class<T>} of expected object
* and {@link TableCellByTypeTransformer} for transforming
* individual cells from {@code String} to arbitrary type.
* {@link DataTableType}. Similar to {@link TableEntryTransformer} but
* additionally it receives {@code Class<T>} of expected object and
* {@link TableCellByTypeTransformer} for transforming individual cells from
* {@code String} to arbitrary type.
*
* @see TableEntryTransformer
*/
Expand Down

0 comments on commit 69a5744

Please sign in to comment.