KeyStore.java (getInstance): Fix comment and throw IllegalArgumentException if given...
authorJoerg Brunsmann <joerg_brunsmann@yahoo.de>
Mon, 18 Nov 2002 18:09:35 +0000 (18:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 18 Nov 2002 18:09:35 +0000 (18:09 +0000)
commit441c77991340c51604639124d611a38fed1c5292
tree10a142e469fd4fab5b4d57cd7d58f9ed3bafa892
parentac655495ad80baa2208f6cd205711718a2892229
KeyStore.java (getInstance): Fix comment and throw IllegalArgumentException if given provider is null.

2002-11-18  Joerg Brunsmann  <joerg_brunsmann@yahoo.de>

* java/security/KeyStore.java (getInstance): Fix
comment and throw IllegalArgumentException if
given provider is null.
(getInstance): New method for jdk1.4 compatibility.

From-SVN: r59226
libjava/ChangeLog
libjava/java/security/KeyStore.java