Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv16484/src/java/xdoclet

Modified Files:
        Property.java 
Log Message:
Javadoc readability.

Index: Property.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/Property.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Property.java       5 Mar 2003 22:27:10 -0000       1.3
--- Property.java       9 Mar 2003 15:46:32 -0000       1.4
***************
*** 1,5 ****
  package xdoclet;
  
- 
  /**
   * Holds name=value pair. It is analog to XDoclet 1.2's configParameter, but it has 
the
--- 1,4 ----
***************
*** 13,17 ****
      private String _value;
  
!     /** Constructs a new property. Empty constructor. Needed by Ant to create 
dynamic properties. */
      public Property() {
      }
--- 12,19 ----
      private String _value;
  
!     /**
!      * Constructs a new property. Empty constructor is needed
!      * by Ant to create dynamic properties.
!      */
      public Property() {
      }



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to