File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
driver/src/main/java/org/neo4j/driver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public Optional<BookmarkManager> bookmarkManager(BookmarkManager defaultBookmark
142
142
* Get the configured transaction timeout.
143
143
*
144
144
* @return an {@link Optional} containing the configured timeout or {@link Optional#empty()} otherwise
145
- * @since 5.15
145
+ * @since 5.16
146
146
*/
147
147
public Optional <Duration > timeout () {
148
148
return Optional .ofNullable (timeout );
@@ -152,7 +152,7 @@ public Optional<Duration> timeout() {
152
152
* Get the configured transaction metadata.
153
153
*
154
154
* @return metadata or empty map when it is not configured
155
- * @since 5.15
155
+ * @since 5.16
156
156
*/
157
157
public Map <String , Serializable > metadata () {
158
158
return metadata ;
You can’t perform that action at this time.
0 commit comments