6 lines
113 B
Java
6 lines
113 B
Java
package org.custommonkey.xmlunit;
|
|
|
|
public interface MatchTracker {
|
|
void matchFound(Difference difference);
|
|
}
|