/[classpath]/classpath/java/security/KeyStore.java
ViewVC logotype

Diff of /classpath/java/security/KeyStore.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mkoch, Thu Oct 21 20:22:12 2004 UTC revision 1.11 by mark, Sun Jan 9 23:42:41 2005 UTC
# Line 164  public class KeyStore Line 164  public class KeyStore
164    
165      Provider p = Security.getProvider(provider);      Provider p = Security.getProvider(provider);
166      if (p == null)      if (p == null)
167        throw new NoSuchProviderException();        throw new NoSuchProviderException(provider);
168    
169      return getInstance(type, p);      return getInstance(type, p);
170    }    }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26