dgraham     2003/03/08 11:03:56

  Modified:    src/test/org/apache/struts/taglib SimpleBeanForTesting.java
  Log:
  Fixed variable name in constructor.
  
  Revision  Changes    Path
  1.5       +8 -2      
jakarta-struts/src/test/org/apache/struts/taglib/SimpleBeanForTesting.java
  
  Index: SimpleBeanForTesting.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/test/org/apache/struts/taglib/SimpleBeanForTesting.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleBeanForTesting.java 7 Mar 2003 05:31:30 -0000       1.4
  +++ SimpleBeanForTesting.java 8 Mar 2003 19:03:56 -0000       1.5
  @@ -1,7 +1,13 @@
   /*
  + * $Header$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 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
  @@ -77,7 +83,7 @@
        public SimpleBeanForTesting(boolean checked) {
                this.checked = checked;
        }
  -     public SimpleBeanForTesting(Boolean checked) {
  +     public SimpleBeanForTesting(Boolean checkedWrapper) {
                this.checkedWrapper = checkedWrapper;
        }
        public SimpleBeanForTesting(Map map) {
  
  
  

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

Reply via email to