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

Diff of /classpath/java/security/AlgorithmParameters.java

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

revision 1.11 by mkoch, Thu Oct 21 20:22:12 2004 UTC revision 1.12 by mark, Sun Jan 9 23:42:41 2005 UTC
# Line 178  public class AlgorithmParameters Line 178  public class AlgorithmParameters
178            
179      Provider p = Security.getProvider(provider);      Provider p = Security.getProvider(provider);
180      if (p == null)      if (p == null)
181        throw new NoSuchProviderException();        throw new NoSuchProviderException(provider);
182    
183      return getInstance(algorithm, p);      return getInstance(algorithm, p);
184    }    }

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