update qldoc for AlgorithmParameterSpec

This commit is contained in:
Jami Cogswell
2022-10-24 15:22:33 -04:00
parent 4c8e0a7648
commit 2ee23f004e

View File

@@ -422,7 +422,7 @@ class JavaSecurityAlgoParamGenerator extends JavaSecurityAlgoSpec {
override Expr getAlgoSpec() { result = this.(MethodAccess).getArgument(0) }
}
/** The Java interface `java.security.spec.AlgorithmParameterSpec` */
/** An implementation of the `java.security.spec.AlgorithmParameterSpec` interface. */
abstract class AlgorithmParameterSpec extends RefType { }
/** The Java class `java.security.spec.ECGenParameterSpec`. */