Skip to content

Commit 90f9672

Browse files
committed
Fix IsoDuration javadoc
1 parent 5bc7c2c commit 90f9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/v1/types/IsoDuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Represents temporal amount containing months, days, seconds and nanoseconds of the second. A duration can be negative.
2828
* <p>
29-
* Value that represents a duration can be created using {@link Values#isoDuration(long, long, long, long)} method.
29+
* Value that represents a duration can be created using {@link Values#isoDuration(long, long, long, int)} method.
3030
*/
3131
@Immutable
3232
public interface IsoDuration extends TemporalAmount

0 commit comments

Comments
 (0)