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

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

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

revision 1.6 by julian, Mon Dec 13 17:39:51 2004 UTC revision 1.7 by julian, Fri Dec 17 17:54:20 2004 UTC
# Line 63  public class FieldDocImpl Line 63  public class FieldDocImpl
63    
64        int ndx=fd.parseModifiers(source, startIndex, endIndex);        int ndx=fd.parseModifiers(source, startIndex, endIndex);
65    
66          if (containingClass.isInterface()) {
67             fd.accessLevel = ACCESS_PUBLIC;
68          }
69    
70        String definition=new String(source, ndx, endIndex-ndx-1);        String definition=new String(source, ndx, endIndex-ndx-1);
71    
72        final int STATE_INITIAL = 1;        final int STATE_INITIAL = 1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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