/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/RootDocImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/RootDocImpl.java

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

revision 1.9 by julian, Tue Nov 23 17:19:48 2004 UTC revision 1.10 by julian, Tue Nov 23 20:56:11 2004 UTC
# Line 759  public class RootDocImpl extends DocImpl Line 759  public class RootDocImpl extends DocImpl
759           if (start != -1 && start < end)           if (start != -1 && start < end)
760              html = html.substring(start, end);              html = html.substring(start, end);
761        }        }
762        html = html.trim();        return html.trim();
       System.err.println("readHtmlBody returns '" + html + "'");  
       return html;  
763     }     }
764  }  }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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