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

Diff of /classpath/java/security/ProtectionDomain.java

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

revision 1.12.2.1 by gnu_andrew, Tue Aug 2 20:12:25 2005 UTC revision 1.12.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.security;  package java.security;
39    
40    import gnu.classpath.SystemProperties;
41    
42  /**  /**
43   * <p>This <code>ProtectionDomain</code> class encapsulates the characteristics   * <p>This <code>ProtectionDomain</code> class encapsulates the characteristics
44   * of a domain, which encloses a set of classes whose instances are granted a   * of a domain, which encloses a set of classes whose instances are granted a
# Line 222  public class ProtectionDomain Line 224  public class ProtectionDomain
224     */     */
225    public String toString()    public String toString()
226    {    {
227      String linesep = System.getProperty("line.separator");      String linesep = SystemProperties.getProperty("line.separator");
228      StringBuffer sb = new StringBuffer("ProtectionDomain (").append(linesep);      StringBuffer sb = new StringBuffer("ProtectionDomain (").append(linesep);
229    
230      if (code_source == null)      if (code_source == null)

Legend:
Removed from v.1.12.2.1  
changed lines
  Added in v.1.12.2.2

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