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

Print this page

        

@@ -22,13 +22,12 @@
  * 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;
     exports java.lang;
     exports java.lang.annotation;