8164394: Minor correction in Java API doc for DataSource
Reviewed-by: darcy, jjg, tbell
--- a/jdk/src/java.se.ee/share/classes/module-info.java Thu Aug 18 21:34:03 2016 +0000
+++ b/jdk/src/java.se.ee/share/classes/module-info.java Thu Aug 18 17:51:40 2016 -0400
@@ -23,12 +23,6 @@
* questions.
*/
-/**
- * Defines the full API of the Java SE Platform.
- * <P>
- * This module requires {@code java.se} and supplements it with modules
- * that define CORBA and Java EE APIs. These modules are upgradeable.
- */
module java.se.ee {
requires public java.se;