Update of /cvsroot/xdoclet/xjavadoc/test In directory sc8-pr-cvs1:/tmp/cvs-serv16055/xjavadoc/test
Modified Files: Hello.java Log Message: Fixed XJD-8. Index: Hello.java =================================================================== RCS file: /cvsroot/xdoclet/xjavadoc/test/Hello.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** Hello.java 23 Sep 2002 02:24:34 -0000 1.20 --- Hello.java 22 Nov 2002 23:52:25 -0000 1.21 *************** *** 99,103 **** public void methodBlockInnerClass() { ! class InnerClass extends Object { /** --- 99,103 ---- public void methodBlockInnerClass() { ! class MethodInnerClass extends Object { /** *************** *** 110,115 **** } } ! InnerClass inner = new InnerClass(); ! inner.haha(); } } --- 110,123 ---- } } ! MethodInnerClass methodInner = new MethodInnerClass(); ! methodInner.haha(); } + } + + class OldFashioned { + private String blah; + + public class InnerInOldFashioned { + private String duh; + } } ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel