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

Diff of /classpath/java/security/MessageDigest.java

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

revision 1.11 by rsdio, Mon Aug 16 07:16:27 2004 UTC revision 1.12 by mkoch, Wed Oct 20 07:11:39 2004 UTC
# Line 138  public abstract class MessageDigest exte Line 138  public abstract class MessageDigest exte
138            {            {
139              return getInstance(algorithm, p[i]);              return getInstance(algorithm, p[i]);
140            }            }
141          catch (NoSuchAlgorithmException ignored) {}          catch (NoSuchAlgorithmException ignored)
142              {
143                // Ignore.
144              }
145        }        }
146    
147      throw new NoSuchAlgorithmException(algorithm);      throw new NoSuchAlgorithmException(algorithm);

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

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