Skip to content

Commit 2d5ad58

Browse files
committed
Formatting
1 parent 7e60829 commit 2d5ad58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo4j-jdbc/src/main/java/org/neo4j/jdbc/Neo4jDriver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ private BoltConnection establishBoltConnection(DriverConfig driverConfig, String
410410

411411
var targetScheme = Optional.ofNullable(driverConfig.protocol())
412412
.filter(protocol -> !"bolt".equals(protocol)) // neo4j scheme should be used
413-
// for Bolt protocol
414413
.orElse("neo4j");
415414
var targetUri = URI.create("%s://%s:%d".formatted(targetScheme, driverConfig.host(), driverConfig.port()));
416415

0 commit comments

Comments
 (0)