Skip to content

Commit

Permalink
Fix "unsupported" exception for pre-4.9-M4 resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Apr 25, 2024
1 parent 6a1c6dc commit 8865051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ default void setIgnoredNamespaces(List<String> value) {

@Override
default void setXsdAnyMarker(boolean value) {
unsupported("xsdAnyMarker", value);
// ignoring; it is "true" for legacy schemas
}

@Override
Expand Down

0 comments on commit 8865051

Please sign in to comment.