Skip to content

Commit 32741b7

Browse files
authored
Add whitespaces in Description
As suggested by @blackwinter
1 parent c69e894 commit 32741b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
* @author Markus Michael Geipel
3535
*
3636
*/
37-
@Description("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\"record\"`)" +
38-
"If no matching record tag is found, the output will be empty." +
39-
"The handler breaks down XML elements with simple string values and optional attributes" +
40-
"into entities with a value subfield (name configurable) and additional subfields for each attribute." +
37+
@Description("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\"record\"`) " +
38+
"If no matching record tag is found, the output will be empty. " +
39+
"The handler breaks down XML elements with simple string values and optional attributes " +
40+
"into entities with a value subfield (name configurable) and additional subfields for each attribute. " +
4141
"Record tag and value tag names can be configured. Attributes can get an attributeMarker.")
4242
@In(XmlReceiver.class)
4343
@Out(StreamReceiver.class)

0 commit comments

Comments
 (0)