提交 4ead3b07 编写于 作者: J juh

8022439: Fix lint warnings in sun.security.ec

Reviewed-by: darcy
上级 3d6533a5
......@@ -323,6 +323,7 @@ abstract class ECDSASignature extends SignatureSpi {
// set parameter, not supported. See JCA doc
@Override
@Deprecated
protected void engineSetParameter(String param, Object value)
throws InvalidParameterException {
throw new UnsupportedOperationException("setParameter() not supported");
......@@ -330,6 +331,7 @@ abstract class ECDSASignature extends SignatureSpi {
// get parameter, not supported. See JCA doc
@Override
@Deprecated
protected Object engineGetParameter(String param)
throws InvalidParameterException {
throw new UnsupportedOperationException("getParameter() not supported");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册