0

Default ElementQualifier is ElementNameQualifier, but what are the default DifferenceListener & MatchTracker?

Venkatarao N
  • 245
  • 3
  • 14

1 Answers1

1

Diff itself implements DifferenceListener and uses itself as default, there is no default MatchTracker at all.

Stefan Bodewig
  • 3,260
  • 15
  • 22