Skip to content

DiffBuilder withNamespaceContext typo #61

@mariusneo

Description

@mariusneo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions