Skip to content

Commit 5543bdd

Browse files
Apply suggestions from code review
1 parent 1cf0348 commit 5543bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/database-internals/concurrent-data-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[NOTE]
77
====
8-
For information on Neo4j 4.4, see link:https://neo4j.com/docs/java-reference/4.4/transaction-management/#transactions-isolation[Java Reference -> Isolation levels].
8+
For information on Neo4j 4.4, see link:https://neo4j.com/docs/java-reference/4.4/transaction-management/#transactions-isolation[Java Reference 4.4 -> Isolation levels].
99
====
1010

1111
Neo4j supports the following isolation levels:

modules/ROOT/pages/database-internals/transaction-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[NOTE]
77
====
8-
For information on Neo4j 4.4, refer to link:https://neo4j.com/docs/java-reference/4.4/transaction-management/[Java Reference -> Transaction management].
8+
For information on Neo4j 4.4, refer to link:https://neo4j.com/docs/java-reference/4.4/transaction-management/[Java Reference 4.4 -> Transaction management].
99
====
1010

1111
Database operations that access the graph, indexes, or schema are performed in a transaction to ensure the ACID properties.

0 commit comments

Comments
 (0)