Skip to content

Commit 026a344

Browse files
committed
Update @SInCE tag
1 parent 93f58e1 commit 026a344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/src/main/java/org/neo4j/driver/QueryConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public Optional<BookmarkManager> bookmarkManager(BookmarkManager defaultBookmark
142142
* Get the configured transaction timeout.
143143
*
144144
* @return an {@link Optional} containing the configured timeout or {@link Optional#empty()} otherwise
145-
* @since 5.15
145+
* @since 5.16
146146
*/
147147
public Optional<Duration> timeout() {
148148
return Optional.ofNullable(timeout);
@@ -152,7 +152,7 @@ public Optional<Duration> timeout() {
152152
* Get the configured transaction metadata.
153153
*
154154
* @return metadata or empty map when it is not configured
155-
* @since 5.15
155+
* @since 5.16
156156
*/
157157
public Map<String, Serializable> metadata() {
158158
return metadata;

0 commit comments

Comments
 (0)