Hi All
Please review the patch below. Every change after line 873 is adding
"@SuppressWarnings("deprecation")" to a top-level class that references the
PolicyTool class. I wish they were static inner classes.
We also planned to add "Note: The policytool tool has been deprecated since JDK
9 and
Looks fine to me.
Xuelei
On 1/26/2016 5:56 PM, Wang Weijun wrote:
> Hi All
>
> Please review the patch below. Every change after line 873 is adding
> "@SuppressWarnings("deprecation")" to a top-level class that references the
> PolicyTool class. I wish they were static inner classes.
>
> We a