File tree 1 file changed +2
-2
lines changed
java8/src/main/java/io/cucumber/java8
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ default <T> void DataTableType(DataTableRowDefinitionBody<T> body) {
365
365
/**
366
366
* Register a data table type
367
367
*
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
369
369
* @param <T> the data table type
370
370
*/
371
371
default <T > void DataTableType (DataTableCellDefinitionBody <T > body ) {
@@ -375,7 +375,7 @@ default <T> void DataTableType(DataTableCellDefinitionBody<T> body) {
375
375
/**
376
376
* Register a data table type
377
377
*
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
379
379
* @param <T> the data table type
380
380
*/
381
381
default <T > void DataTableType (DataTableDefinitionBody <T > body ) {
You can’t perform that action at this time.
0 commit comments