src/java.base/share/classes/module-info.java

Print this page

        

@@ -22,11 +22,11 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * java.base defines and exports the core APIs of the Java SE platform.
+ * Defines the core Java SE API.
  */
 
 module java.base {
 
     exports java.io;