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

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

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

revision 1.3 by julian, Fri Jan 17 01:05:27 2003 UTC revision 1.4 by julian, Tue Dec 7 15:00:01 2004 UTC
# Line 26  import java.text.*; Line 26  import java.text.*;
26    
27  public class ThrowsTagImpl extends AbstractTagImpl implements ThrowsTag {  public class ThrowsTagImpl extends AbstractTagImpl implements ThrowsTag {
28    
29     public ThrowsTagImpl(String text, ClassDocImpl contextClass) {     public ThrowsTagImpl(String text,
30                            ClassDocImpl contextClass,
31                            MemberDocImpl contextMember) {
32        super(text);        super(text);
33    
34        char[] textarr=text.toCharArray();        char[] textarr=text.toCharArray();
# Line 55  public class ThrowsTagImpl extends Abstr Line 57  public class ThrowsTagImpl extends Abstr
57           }           }
58        }        }
59                
60        if (this.exceptionComment!=null) setBody(this.exceptionComment);        if (this.exceptionComment!=null) {
61             setBody(this.exceptionComment, contextClass, contextMember);
62          }
63     }     }
64    
65     public ClassDoc exception() {     public ClassDoc exception() {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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