Skip to content

Commit ff0f883

Browse files
committed
feat: move documentation
Signed-off-by: Otavio Santana <[email protected]>
1 parent 1ba43a0 commit ff0f883

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

jnosql-neo4j/src/main/java/org/eclipse/jnosql/databases/neo4j/communication/Neo4JDatabaseManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public interface Neo4JDatabaseManager extends DatabaseManager {
5656
* @param cypher the Cypher query to execute.
5757
* @param parameters the parameters to bind to the query.
5858
* @return a stream of {@link CommunicationEntity} matching the query result.
59-
* @throws NullPointerException if any of the arguments are null
6059
*/
6160
Stream<CommunicationEntity> executeQuery(String cypher, Map<String, Object> parameters);
6261

0 commit comments

Comments
 (0)