dgraham     2003/03/22 22:08:41

  Modified:    src/share/org/apache/struts/taglib/html TextTag.java
  Log:
  Updated copyright year.
  
  Revision  Changes    Path
  1.2       +7 -7      
jakarta-struts/src/share/org/apache/struts/taglib/html/TextTag.java
  
  Index: TextTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/TextTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TextTag.java      6 Jan 2001 21:50:39 -0000       1.1
  +++ TextTag.java      23 Mar 2003 06:08:41 -0000      1.2
  @@ -7,7 +7,7 @@
    * 
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -78,8 +78,8 @@
        */
       public TextTag() {
   
  -     super();
  -     this.type = "text";
  +        super();
  +        this.type = "text";
   
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to