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)