Skip to content

Commit

Permalink
Update metafacture-xml/src/main/java/org/metafacture/xml/SimpleXmlEnc…
Browse files Browse the repository at this point in the history
…oder.java

Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
  • Loading branch information
dr0i and blackwinter authored Mar 19, 2024
1 parent 874505f commit 59f6e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void setNamespaces(final Map<String, String> namespaces) {
*
* @param namespacesString the namespaces as a String. It allows Java Properties
* structure, i.e. a key-value structure where the key is separated from the value
* by an equal sign '=', a semicolon ':' or a white space ' '.Multiple namespaces
* by an equal sign '=', a colon ':' or a white space ' '. Multiple namespaces
* are separated by a line feed '\n'
*/
public void setNamespaces(final String namespacesString) {
Expand Down

0 comments on commit 59f6e5d

Please sign in to comment.