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

Diff of /classpath/java/security/Security.java

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

revision 1.36 by mark, Sat Jul 2 20:32:40 2005 UTC revision 1.37 by green, Sun Sep 18 03:06:39 2005 UTC
# Line 1  Line 1 
1  /* Security.java --- Java base security class implementation  /* Security.java --- Java base security class implementation
2     Copyright (C) 1999, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 651  public final class Security Line 651  public final class Security
651      if (result.isEmpty())      if (result.isEmpty())
652        return null;        return null;
653    
654      return (Provider[]) result.toArray(new Provider[0]);      return (Provider[]) result.toArray(new Provider[result.size()]);
655    }    }
656    
657    private static void selectProviders(String svc, String algo, String attr,    private static void selectProviders(String svc, String algo, String attr,

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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