Skip to content

Commit

Permalink
Remove unneccesary var in example (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi authored Dec 11, 2024
1 parent 9b50d18 commit 64104eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java-manual/modules/ROOT/pages/bookmarks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ import org.neo4j.driver.TransactionContext;
public class App {
private static final int employeeThreshold = 10;
public static void main(String... args) {
final String dbUri = "<URI for Neo4j database>";
final String dbUser = "<Username>";
Expand Down

0 comments on commit 64104eb

Please sign in to comment.