/[classpath]/classpath/javax/security/sasl/Sasl.java
ViewVC logotype

Diff of /classpath/javax/security/sasl/Sasl.java

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

revision 1.5 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.6 by tromey, Tue Jul 26 22:35:42 2005 UTC
# Line 448  public class Sasl Line 448  public class Sasl
448      HashSet names = new HashSet();      HashSet names = new HashSet();
449      Provider[] providers = Security.getProviders();      Provider[] providers = Security.getProviders();
450      Iterator it;      Iterator it;
451      if (providers == null)      if (providers != null)
452        {        {
453          Provider p;          Provider p;
454          String key;          String key;
# Line 640  public class Sasl Line 640  public class Sasl
640      HashSet names = new HashSet();      HashSet names = new HashSet();
641      Provider[] providers = Security.getProviders();      Provider[] providers = Security.getProviders();
642      Iterator it;      Iterator it;
643      if (providers == null)      if (providers != null)
644        {        {
645          Provider p;          Provider p;
646          String key;          String key;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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