We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdf003 commit 94eb8f6Copy full SHA for 94eb8f6
src/main/java/org/culturegraph/mf/stream/converter/xml/SimpleXmlEncoder.java
@@ -107,7 +107,7 @@ public void setSeparateRoots(final boolean separateRoots) {
107
this.separateRoots = separateRoots;
108
}
109
110
- public void configure(final MultiMap multimap) {
+ public void setNamespaces(final MultiMap multimap) {
111
this.namespaces = multimap.getMap(NAMESPACES);
112
113
0 commit comments