Re: RFR 8146619: Re-examine supportness of public classes in com.sun.security.auth.**

2016-06-14 Thread Xuelei Fan
Looks fine to me. Xuelei On 6/15/2016 11:36 AM, Wang Weijun wrote: > Please take a look at > >http://cr.openjdk.java.net/~weijun/8146619/webrev.00/ > > Basically, the following changes are made to all 7 classes: > > + * This class is subject to removal in a future version of Java SE. > *

RFR 8146619: Re-examine supportness of public classes in com.sun.security.auth.**

2016-06-14 Thread Wang Weijun
Please take a look at http://cr.openjdk.java.net/~weijun/8146619/webrev.00/ Basically, the following changes are made to all 7 classes: + * This class is subject to removal in a future version of Java SE. */ -@Deprecated +@Deprecated(since="1.4", forRemoval=true) public class Xyz { I stil