Skip to content

Commit

Permalink
[NOID] add an awesome linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Nov 27, 2024
1 parent 20b841f commit 860ccdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/apoc/load/LoadJson.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ public Stream<LoadDataMapResult> json(
public Stream<LoadDataMapResult> jsonParams(
@Name(
value = "urlOrKeyOrBinary",
description = "The name of the file or binary data to import the data from. Note that a URL needs to be properly encoded to conform with the URI standard.")
description = "The name of the file or binary data to import the data from. " +
"Note that a URL needs to be properly encoded to conform with the URI standard.")
Object urlOrKeyOrBinary,
@Name(value = "headers", description = "Headers to be used when connecting to the given URL.")
Map<String, Object> headers,
Expand Down

0 comments on commit 860ccdd

Please sign in to comment.