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

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

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

revision 1.5 by julian, Tue Dec 14 13:52:45 2004 UTC revision 1.6 by julian, Mon Dec 20 21:27:52 2004 UTC
# Line 37  public abstract class AbstractTagImpl Line 37  public abstract class AbstractTagImpl
37    
38     public void resolve() {     public void resolve() {
39        Tag[] allTags=inlineTags();        Tag[] allTags=inlineTags();
40        for (int i=0; i<allTags.length; ++i) {        if (null != allTags) {
41           if (allTags[i]!=this) ((AbstractTagImpl)allTags[i]).resolve();           for (int i=0; i<allTags.length; ++i) {
42                if (allTags[i]!=this) ((AbstractTagImpl)allTags[i]).resolve();
43             }
44          }
45          else {
46             System.err.println("Null tags for " + this);
47        }        }
48     }     }
49    

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