User: rinkrank
  Date: 02/02/19 11:13:51

  Modified:    test     Hello.java
  Log:
  Full refactoring:
  -cleaned up bad code ;-)
  -introduced proxy (GoF) for performance
  -moved most classes to main xjavadoc package
  
  Revision  Changes    Path
  1.4       +5 -3      xjavadoc/test/Hello.java
  
  Index: Hello.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/test/Hello.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- Hello.java        25 Jan 2002 00:33:28 -0000      1.3
  +++ Hello.java        19 Feb 2002 19:13:51 -0000      1.4
  @@ -11,7 +11,7 @@
    *         tea="bad"
    *
    */
  -public class Hello implements Remote, Serializable {
  +class Hello implements Remote, Serializable {
   
         /**
         * Blabla. Do you like Norwegian letters? ������.
  @@ -29,6 +29,8 @@
        Hello( File f ) {
        }
   
  +     protected Hello( String f ) {
  +     }
                        // what can you do about thiis comment?
   
        /**
  @@ -47,7 +49,7 @@
         * @more testdata, bla bla
         * @maybe this="is" only="testdata"
         */
  -     void whatever( String[][] s, int i ) {
  +     private void whatever( String[][] s, int i ) {
        }
   
       /**
  @@ -59,6 +61,6 @@
        }
   
   
  -     public Long noComment(     ) {
  +     Long noComment(     ) {
        }
   }
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to