8158442: SecureRandomParameters missing "@since 9"

Reviewed-by: mullan, wetmore
This commit is contained in:
Weijun Wang 2016-06-07 10:11:33 +08:00
parent c01b490933
commit 16207b2fef

View File

@ -33,6 +33,7 @@ package java.security;
* can be passed to those implementations that support them.
*
* @see DrbgParameters
* @since 9
*/
public interface SecureRandomParameters {
}