Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi authored Nov 7, 2024
1 parent d2f6768 commit c2efc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-manual/modules/ROOT/pages/upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The new methods behave similarly, but the argument types are different and the n
|label:deprecated[]

|5.0
|link:https://neo4j.com/docs/api/java-driver/current/org.neo4j.driver/org/neo4j/driver/types/Relationship.html[`Relationship`] -- Methods `.starNodeId()` and `.endNodeId()` are deprecated in favor of `.startNodeElementId()` and `.endNodeElementId()`. Old identifiers were `long`, wereas new ElementIds are `string`.
|link:https://neo4j.com/docs/api/java-driver/current/org.neo4j.driver/org/neo4j/driver/types/Relationship.html[`Relationship`] -- Methods `.startNodeId()` and `.endNodeId()` are deprecated in favor of `.startNodeElementId()` and `.endNodeElementId()`. Old identifiers were `long`, wereas new ElementIds are `string`.
|label:deprecated[]

|5.0
Expand Down

0 comments on commit c2efc25

Please sign in to comment.