ok.
I would omit the 'of the Java SE platform' as being self referential and
unnecessary.
(and API should be singular)
$.02, Roger
On 7/18/2016 8: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;