In DiffBuilder.java there is a small typo : ``` public DiffBuilder withNamespaceContext(Map<String, String> uri2Prefix) ``` should be ``` public DiffBuilder withNamespaceContext(Map<String, String> prefix2Uri) { ``` PR follows shortly.
In DiffBuilder.java there is a small typo :
should be
PR follows shortly.