You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-dev@jakarta.apache.org by rd...@apache.org on 2001/04/07 11:13:06 UTC

cvs commit: jakarta-ecs/src/java/org/apache/ecs/html TD.java

rdonkin     01/04/07 02:13:06

  Modified:    src/java/org/apache/ecs/html TD.java
  Log:
  improved documentation
  
  Revision  Changes    Path
  1.7       +12 -6     jakarta-ecs/src/java/org/apache/ecs/html/TD.java
  
  Index: TD.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ecs/src/java/org/apache/ecs/html/TD.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TD.java	1999/11/30 23:58:52	1.6
  +++ TD.java	2001/04/07 09:13:06	1.7
  @@ -56,7 +56,7 @@
   
   /**
       This class creates a <TD> object.
  -    @version $Id: TD.java,v 1.6 1999/11/30 23:58:52 mcnally Exp $
  +    @version $Id: TD.java,v 1.7 2001/04/07 09:13:06 rdonkin Exp $
       @author <a href="mailto:snagy@servletapi.com">Stephan Nagy</a>
       @author <a href="mailto:jon@clearink.com">Jon S. Stevens</a>
   */
  @@ -70,14 +70,17 @@
       }
   
       /**
  -        Basic Constructor use set* methods.
  +        Basic Constructor.
  +        Use set* methods to change attributes.
       */
       public TD()
       {
       }
   
       /**
  -        Basic Constructor use set* methods.
  +        Constructor adds element.
  +        Use set* methods to change attributes.
  +        @param element  element to add.
       */
       public TD(Element element)
       {
  @@ -85,7 +88,9 @@
       }
   
       /**
  -        Basic Constructor use set* methods.
  +        Constructor adds element.
  +        Use set* methods to change attributes.
  +        @param element  element to add.
       */
       public TD(String element)
       {
  @@ -93,8 +98,9 @@
       }
   
       /**
  -        Basic Constructor use set* methods.
  -        @param close.  Print the closing tag or not.
  +        Constructor sets closing tag.
  +        Use set* methods to change attributes.
  +        @param close  print the closing tag?
       */
       public TD(boolean close)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org