Skip to content

Commit 8fe67c1

Browse files
committed
Tweak description annotation for Flux usage (#382)
1 parent 8761d98 commit 8fe67c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Jens Wille
4242
*
4343
*/
44-
@Description("Decodes JSON to metadata events. The \'setRecordPath\' option can be used to set a JsonPath "
44+
@Description("Decodes JSON to metadata events. The \'recordPath\' option can be used to set a JsonPath "
4545
+ "to extract a path as JSON - or to split the data into multiple JSON documents.")
4646
@In(String.class)
4747
@Out(StreamReceiver.class)

0 commit comments

Comments
 (0)