@@ -231,9 +231,9 @@ public void generatesSnippetWithDataTable() {
231
231
"public void i_have(DataTable dataTable) {\n " +
232
232
" // Write code here that turns the phrase above into concrete actions\n " +
233
233
" // For automatic transformation, change DataTable to one of\n " +
234
- " // List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or\n " +
234
+ " // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or\n " +
235
235
" // Map<K, List<V>>. E,K,V must be a String, Integer, Float,\n " +
236
- " // Double, Byte Short, Long, BigInteger or BigDecimal.\n " +
236
+ " // Double, Byte, Short, Long, BigInteger or BigDecimal.\n " +
237
237
" //\n " +
238
238
" // For other transformations you can register a DataTableType.\n " +
239
239
" throw new cucumber.api.PendingException();\n " +
@@ -263,9 +263,9 @@ public String transform(String... strings) {
263
263
"public void i_have_in_table(String dataTable, DataTable dataTable1) {\n " +
264
264
" // Write code here that turns the phrase above into concrete actions\n " +
265
265
" // For automatic transformation, change DataTable to one of\n " +
266
- " // List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or\n " +
266
+ " // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or\n " +
267
267
" // Map<K, List<V>>. E,K,V must be a String, Integer, Float,\n " +
268
- " // Double, Byte Short, Long, BigInteger or BigDecimal.\n " +
268
+ " // Double, Byte, Short, Long, BigInteger or BigDecimal.\n " +
269
269
" //\n " +
270
270
" // For other transformations you can register a DataTableType.\n " +
271
271
// " //\n" +
0 commit comments