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

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

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

revision 1.8 by julian, Mon Dec 20 21:27:52 2004 UTC revision 1.9 by julian, Tue Mar 8 15:08:26 2005 UTC
# Line 305  public class ExecutableMemberDocImpl ext Line 305  public class ExecutableMemberDocImpl ext
305           else if (source[endx]=='[' || source[endx]==']') {           else if (source[endx]=='[' || source[endx]==']') {
306              dimSuffix += source[endx];              dimSuffix += source[endx];
307           }           }
308           else if (source[endx]==',' || source[endx]=='{') {           else if (source[endx]==',' || source[endx]=='{' || source[endx]==';') {
309              word=word.trim();              word=word.trim();
310              if (word.length()>0) {              if (word.length()>0) {
311                 ClassDoc exceptionType=rc.containingClass().findClass(word);                 ClassDoc exceptionType=rc.containingClass().findClass(word);

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

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