We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c35c commit 587301aCopy full SHA for 587301a
driver/src/main/java/org/neo4j/driver/internal/ConnectionSettings.java
@@ -29,7 +29,7 @@
29
*/
30
public class ConnectionSettings
31
{
32
- public static final String DEFAULT_USER_AGENT = format( "neo4j-java/%s", driverVersion() );
+ private static final String DEFAULT_USER_AGENT = format( "neo4j-java/%s", driverVersion() );
33
34
/**
35
* Extracts the driver version from the driver jar MANIFEST.MF file.
0 commit comments