Skip to content

Commit

Permalink
fix: regression that lost line and column numbers in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Nov 17, 2022
1 parent 0d6f927 commit 20b5142
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ public XMLHandler(ValidationContext context, URL baseURL)
public final void setDocumentLocator(Locator locator)
{
this.locator = new DelegateLocator(locator);
super.setDocumentLocator(this.locator);
}

@Override
Expand Down

0 comments on commit 20b5142

Please sign in to comment.