/[classpath]/classpath/java/security/cert/CertificateFactory.java
ViewVC logotype

Diff of /classpath/java/security/cert/CertificateFactory.java

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

revision 1.8 by mkoch, Thu Oct 21 20:22:12 2004 UTC revision 1.9 by mark, Sun Jan 9 23:42:41 2005 UTC
# Line 138  public class CertificateFactory Line 138  public class CertificateFactory
138    {    {
139      Provider p = Security.getProvider(provider);      Provider p = Security.getProvider(provider);
140      if( p == null)      if( p == null)
141        throw new NoSuchProviderException();        throw new NoSuchProviderException(provider);
142    
143      return getInstance(type, p);      return getInstance(type, p);
144    }    }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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