Skip to content

Commit

Permalink
Merge branch 'develop' into feature-141-3.1.0-release-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Nov 21, 2024
2 parents 10b431c + e528ada commit 69693fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void setMatchDocuments(List<String> matchDocuments) {
this.matchDocuments = matchDocuments;
}

public static void setXmlNamespaceConfig(XMLNamespaceConfig xmlNamespaceConfig) {
public void setXmlNamespaceConfig(XMLNamespaceConfig xmlNamespaceConfig) {
xpath.setNamespaceContext(xmlNamespaceConfig);
}

Expand Down

0 comments on commit 69693fa

Please sign in to comment.