File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
java8/src/main/java/io/cucumber/java8 Expand file tree Collapse file tree 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) {
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 ) {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments