Skip to content

Commit 20b5142

Browse files
committed
fix: regression that lost line and column numbers in messages
1 parent 0d6f927 commit 20b5142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/adobe/epubcheck/xml/handlers/XMLHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public XMLHandler(ValidationContext context, URL baseURL)
5959
public final void setDocumentLocator(Locator locator)
6060
{
6161
this.locator = new DelegateLocator(locator);
62+
super.setDocumentLocator(this.locator);
6263
}
6364

6465
@Override

0 commit comments

Comments
 (0)