Skip to content

Commit 59f6e5d

Browse files
dr0iblackwinter
andauthored
Update metafacture-xml/src/main/java/org/metafacture/xml/SimpleXmlEncoder.java
Co-authored-by: Jens Wille <[email protected]>
1 parent 874505f commit 59f6e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-xml/src/main/java/org/metafacture/xml/SimpleXmlEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void setNamespaces(final Map<String, String> namespaces) {
221221
*
222222
* @param namespacesString the namespaces as a String. It allows Java Properties
223223
* structure, i.e. a key-value structure where the key is separated from the value
224-
* by an equal sign '=', a semicolon ':' or a white space ' '.Multiple namespaces
224+
* by an equal sign '=', a colon ':' or a white space ' '. Multiple namespaces
225225
* are separated by a line feed '\n'
226226
*/
227227
public void setNamespaces(final String namespacesString) {

0 commit comments

Comments
 (0)