natVMSecureRandomWin32.cc: Correct UnsupportedOperationException namespace.
2009-09-16 Jonathan Yong <jon_y@users.sourceforge.net> * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Correct UnsupportedOperationException namespace. From-SVN: r151775
This commit is contained in:
@@ -26,7 +26,7 @@ jint
|
||||
gnu::java::security::jce::prng::VMSecureRandom::natGenerateSeed(jbyteArray byte_array, jint offset, jint length)
|
||||
{
|
||||
if (length != 0)
|
||||
throw new UnsupportedOperationException (
|
||||
throw new java::lang::UnsupportedOperationException (
|
||||
JvNewStringLatin1 ("natGenerateSeed is not available for Win32 target."));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user