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.
> *
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