/[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.6 by cbj, Mon Mar 25 05:12:19 2002 UTC revision 1.7 by mark, Thu Oct 3 17:26:44 2002 UTC
# Line 53  package java.security; Line 53  package java.security;
53   */   */
54  public class ProtectionDomain  public class ProtectionDomain
55  {  {
   private static final String linesep = System.getProperty("line.separator");  
   
56    /**    /**
57     * This is the <code>CodeSource</code> for this protection domain     * This is the <code>CodeSource</code> for this protection domain
58     */     */
# Line 131  public class ProtectionDomain Line 129  public class ProtectionDomain
129     */     */
130    public String toString()    public String toString()
131    {    {
132        String linesep = System.getProperty("line.separator");
133      StringBuffer sb = new StringBuffer("");      StringBuffer sb = new StringBuffer("");
134      sb.append("ProtectionDomain (" + linesep);      sb.append("ProtectionDomain (" + linesep);
135      if (code_source == null)      if (code_source == null)

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

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