Hi Brian,
As as grammatical comment, I might start with "The {@code java.prefs}
module defines ...", but otherwise, the change looks fine.
Thanks,
-Joe
On 7/18/2016 5:45 PM, Brian Burkhalter wrote:
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8161402
Patch: [1]
Thanks,
Brian
[1] diff
--- a/src/java.prefs/share/classes/module-info.java
+++ b/src/java.prefs/share/classes/module-info.java
@@ -23,6 +23,10 @@
* questions.
*/
+/**
+ * java.prefs defines and exports the preferences APIs of the Java SE platform.
+ */
+
module java.prefs {
requires java.xml;