Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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