/[classpath]/gjdoc/src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java

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

revision 1.1 by julian, Fri Dec 3 18:54:36 2004 UTC revision 1.2 by julian, Fri Dec 3 19:53:12 2004 UTC
# Line 1356  public class HtmlDoclet Line 1356  public class HtmlDoclet
1356                       ThrowsTag[] throwsTags = execMemberDoc.throwsTags();                       ThrowsTag[] throwsTags = execMemberDoc.throwsTags();
1357                       ThrowsTag throwsTag = null;                       ThrowsTag throwsTag = null;
1358                       for (int k=0; k<throwsTags.length; ++k) {                       for (int k=0; k<throwsTags.length; ++k) {
1359                          if (throwsTags[k].exception().equals(exception)) {                          if (null != throwsTags[k].exception()
1360                                && throwsTags[k].exception().equals(exception)) {
1361                             throwsTag = throwsTags[k];                             throwsTag = throwsTags[k];
1362                             break;                             break;
1363                          }                          }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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