8022439: Fix lint warnings in sun.security.ec

Reviewed-by: darcy
This commit is contained in:
Jason Uh 2013-08-06 13:46:15 -07:00
parent cd162a777d
commit ebb9d2fb06

View File

@ -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");