From 8fe67c132231490d64643f09103fb6c31483a227 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Fri, 27 Aug 2021 14:40:03 +0200 Subject: [PATCH] Tweak description annotation for Flux usage (#382) --- .../src/main/java/org/metafacture/json/JsonDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java b/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java index ac504b53f..f6dbd2238 100644 --- a/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java +++ b/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java @@ -41,7 +41,7 @@ * @author Jens Wille * */ -@Description("Decodes JSON to metadata events. The \'setRecordPath\' option can be used to set a JsonPath " +@Description("Decodes JSON to metadata events. The \'recordPath\' option can be used to set a JsonPath " + "to extract a path as JSON - or to split the data into multiple JSON documents.") @In(String.class) @Out(StreamReceiver.class)