/[classpath]/classpath/gnu/java/security/PolicyFile.java
ViewVC logotype

Diff of /classpath/gnu/java/security/PolicyFile.java

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

revision 1.5 by rsdio, Mon Aug 8 07:18:42 2005 UTC revision 1.6 by mark, Fri Aug 12 16:11:31 2005 UTC
# Line 220  public final class PolicyFile extends Po Line 220  public final class PolicyFile extends Po
220                    logger.log (Component.POLICY, "java.security.policy={0}", s);                    logger.log (Component.POLICY, "java.security.policy={0}", s);
221                    if (s != null)                    if (s != null)
222                      {                      {
223                        boolean only;                        boolean only = s.startsWith ("=");
224                        if (only = s.startsWith ("="))                        if (only)
225                          s = s.substring (1);                          s = s.substring (1);
226                        policyFiles.clear ();                        policyFiles.clear ();
227                        policyFiles.add (new URL (s));                        policyFiles.add (new URL (s));

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