Skip to content

Commit bb7608b

Browse files
author
Lance Andersen
committed
8307088: Allow the jdbc.drivers system property to be searchable
Reviewed-by: naoto, joehw
1 parent a2d3fc8 commit bb7608b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.sql/share/classes/java/sql/DriverManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1996, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -52,7 +52,7 @@
5252
* As part of its initialization, the {@code DriverManager} class will
5353
* attempt to load available JDBC drivers by using:
5454
* <ul>
55-
* <li>The {@code jdbc.drivers} system property which contains a
55+
* <li>The {@systemProperty jdbc.drivers} system property which contains a
5656
* colon separated list of fully qualified class names of JDBC drivers. Each
5757
* driver is loaded using the {@linkplain ClassLoader#getSystemClassLoader
5858
* system class loader}:

0 commit comments

Comments
 (0)