Re: RFR 8182118: Package summary is missing in jdk.security.auth module

2017-06-18 Thread Weijun Wang
Updated at http://cr.openjdk.java.net/~weijun/8182118/webrev.01/. I thought about using {@link java.security.Principal} but seems it's not supported in package-info.java. java/lang/package-info.java and many package summary use @link. Looks like in my last try I only generated javadoc for

Re: RFR 8182118: Package summary is missing in jdk.security.auth module

2017-06-18 Thread Mandy Chung
> On Jun 18, 2017, at 8:33 PM, Weijun Wang wrote: > > Hi All > > Please take a review at > > http://cr.openjdk.java.net/~weijun/8182118/webrev.00/ > > Basically, a description line is added into package-info.java of each of > these packages: > > - com/sun/security/auth: > > Contains the

RFR 8182118: Package summary is missing in jdk.security.auth module

2017-06-18 Thread Weijun Wang
Hi All Please take a review at http://cr.openjdk.java.net/~weijun/8182118/webrev.00/ Basically, a description line is added into package-info.java of each of these packages: - com/sun/security/auth: Contains the implementation of {@code java.security.Principal}. - com/sun/security/aut