File tree 1 file changed +2
-2
lines changed
src/java.sql/share/classes/java/sql
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
52
52
* As part of its initialization, the {@code DriverManager} class will
53
53
* attempt to load available JDBC drivers by using:
54
54
* <ul>
55
- * <li>The {@code jdbc.drivers} system property which contains a
55
+ * <li>The {@systemProperty jdbc.drivers} system property which contains a
56
56
* colon separated list of fully qualified class names of JDBC drivers. Each
57
57
* driver is loaded using the {@linkplain ClassLoader#getSystemClassLoader
58
58
* system class loader}:
You can’t perform that action at this time.
0 commit comments