--- a/jdk/src/java.desktop/share/classes/module-info.java Wed Aug 17 16:03:52 2016 -0700
+++ b/jdk/src/java.desktop/share/classes/module-info.java Thu Aug 18 12:39:23 2016 -0400
@@ -24,9 +24,9 @@
*/
/**
- * java.desktop defines and exports the user interface, graphics
- * and imaging APIs of the Java SE platform.
- */
+ * Defines the AWT and Swing user interface toolkits, plus APIs for
+ * accessibility, audio, imaging, printing, and JavaBeans.
+ */
module java.desktop {
requires public java.datatransfer;
requires public java.xml;