Skip to content

Commit

Permalink
Add whitespaces in Description
Browse files Browse the repository at this point in the history
As suggested by @blackwinter
  • Loading branch information
TobiasNx authored Oct 17, 2024
1 parent c69e894 commit 32741b7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
* @author Markus Michael Geipel
*
*/
@Description("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\"record\"`)" +
"If no matching record tag is found, the output will be empty." +
"The handler breaks down XML elements with simple string values and optional attributes" +
"into entities with a value subfield (name configurable) and additional subfields for each attribute." +
@Description("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\"record\"`) " +
"If no matching record tag is found, the output will be empty. " +
"The handler breaks down XML elements with simple string values and optional attributes " +
"into entities with a value subfield (name configurable) and additional subfields for each attribute. " +
"Record tag and value tag names can be configured. Attributes can get an attributeMarker.")
@In(XmlReceiver.class)
@Out(StreamReceiver.class)
Expand Down

0 comments on commit 32741b7

Please sign in to comment.