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

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

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

revision 1.2 by mark, Sat Nov 15 22:42:05 2003 UTC revision 1.3 by mkoch, Wed Oct 20 07:11:39 2004 UTC
# Line 146  public class CertStore Line 146  public class CertStore
146            {            {
147              return getInstance(type, params, p[i]);              return getInstance(type, params, p[i]);
148            }            }
149          catch (NoSuchAlgorithmException ignored)          catch (NoSuchAlgorithmException e)
150            {            {
151                // Ignored.
152            }            }
153        }        }
154    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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