Skip to content

Commit 0dd6ffd

Browse files
author
Anton Deryabin
committed
Fixed broken javadoc
1 parent 33a7bda commit 0dd6ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java8/src/main/java/io/cucumber/java8/LambdaGlue.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ default <T> void DataTableType(DataTableRowDefinitionBody<T> body) {
365365
/**
366366
* Register a data table type
367367
*
368-
* @param body a function that creates an instance of <code>type<</code> from the data table
368+
* @param body a function that creates an instance of <code>type</code> from the data table
369369
* @param <T> the data table type
370370
*/
371371
default <T> void DataTableType(DataTableCellDefinitionBody<T> body) {
@@ -375,7 +375,7 @@ default <T> void DataTableType(DataTableCellDefinitionBody<T> body) {
375375
/**
376376
* Register a data table type
377377
*
378-
* @param body a function that creates an instance of <code>type<</code> from the data table
378+
* @param body a function that creates an instance of <code>type</code> from the data table
379379
* @param <T> the data table type
380380
*/
381381
default <T> void DataTableType(DataTableDefinitionBody<T> body) {

0 commit comments

Comments
 (0)