Skip to content

Commit 55ed81a

Browse files
committed
Fixed javadoc and unused import
1 parent 90b01d2 commit 55ed81a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

driver/src/main/java/org/neo4j/driver/internal/InternalDriver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
package org.neo4j.driver.internal;
2020

21-
import java.util.Collection;
2221
import java.util.concurrent.atomic.AtomicBoolean;
2322

2423
import org.neo4j.driver.internal.security.SecurityPlan;

driver/src/main/java/org/neo4j/driver/v1/Session.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
*/
1919
package org.neo4j.driver.v1;
2020

21-
import java.util.Collection;
22-
2321
import org.neo4j.driver.v1.util.Resource;
2422

2523
/**
@@ -77,7 +75,7 @@ public interface Session extends Resource, StatementRunner
7775
*
7876
* @param bookmark a reference to a previous transaction
7977
* @return a new {@link Transaction}
80-
* @deprecated This method is deprecated in favour of {@link Driver#session(Collection)} that accepts an initial
78+
* @deprecated This method is deprecated in favour of {@link Driver#session(Iterable)} that accepts an initial
8179
* bookmark. Session will ensure that all nested transactions are chained with bookmarks to guarantee
8280
* causal consistency. <b>This method will be removed in the next major release.</b>
8381
*/

0 commit comments

Comments
 (0)