Hi all,

The following bug addresses a typo which was not caught via the build process:

——————
ljanders$ hg diff
diff -r d27bab22ff62 src/java.sql/share/classes/java/sql/DriverManager.java
--- a/src/java.sql/share/classes/java/sql/DriverManager.java    Mon Jan 02 
22:45:34 2017 +0100
+++ b/src/java.sql/share/classes/java/sql/DriverManager.java    Wed Jan 04 
14:46:16 2017 -0500
@@ -64,7 +64,7 @@
  *</ul>
  *
  *<P>
- * @ImplNote
+ * @implNote
  * {@code DriverManager} initialization is done lazily and looks up service
  * providers using the thread context class loader.  The drivers loaded and
  * available to an application will depend on the thread context class loader 
of
ljanders-mac:jdk ljanders$ 

————————

This prevented the @implNote from being generated.

Best,
Lance


 <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif> 
<http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| 
Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com <mailto:lance.ander...@oracle.com>



Reply via email to