We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aaa1a commit d17b10aCopy full SHA for d17b10a
driver/src/main/java/org/neo4j/driver/internal/spi/Collector.java
@@ -41,13 +41,6 @@ public void doneFailure( Neo4jException error )
41
throw new ClientException(
42
"Invalid server response message `FAILURE` received for client message `ACK_FAILURE`.", error );
43
}
44
-
45
- @Override
46
- public void doneIgnored()
47
- {
48
- throw new ClientException(
49
- "Invalid server response message `IGNORED` received for client message `ACK_FAILURE`." );
50
- }
51
};
52
53
class InitCollector extends NoOperationCollector
0 commit comments