We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e46857 + 05aaf75 commit 1499ae8Copy full SHA for 1499ae8
core/src/main/java/cucumber/api/DataTable.java
@@ -143,7 +143,7 @@ public void diff(List<?> other) throws TableDiffException {
143
* @param other the other table to diff with.
144
* @throws TableDiffException if the tables are different.
145
*/
146
- void diff(DataTable other) throws TableDiffException {
+ public void diff(DataTable other) throws TableDiffException {
147
new TableDiffer(this, other).calculateDiffs();
148
}
149
0 commit comments