JDK 9 RFR of 8161402: Provide a javadoc description for java.prefs module

joe darcy joe.darcy at oracle.com
Tue Jul 19 01:57:19 UTC 2016


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;



More information about the core-libs-dev mailing list