You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 00:33:52 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/classes/engine/PageContext TestBean.java

rlubke      02/01/28 15:33:52

  Modified:    src/server/jsp-tests/WEB-INF/classes/engine/PageContext
                        TestBean.java
  Log:
   - Modifed for support of new/modified tests
  
  Revision  Changes    Path
  1.2       +26 -26    jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/classes/engine/PageContext/TestBean.java
  
  Index: TestBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/classes/engine/PageContext/TestBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBean.java	3 Oct 2000 23:40:41 -0000	1.1
  +++ TestBean.java	28 Jan 2002 23:33:52 -0000	1.2
  @@ -1,11 +1,12 @@
   /*
  - * $Header: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/classes/engine/PageContext/TestBean.java,v 1.1 2000/10/03 23:40:41 santosh Exp $ 
  - * $Date: 2000/10/03 23:40:41 $ 
  - * $Revision: 1.1 $
  - * 
  + * $Header: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/classes/engine/PageContext/TestBean.java,v 1.2 2002/01/28 23:33:52 rlubke Exp $ 
  + * $Revision: 1.2 $
  + * $Date: 2002/01/28 23:33:52 $
  + *
  + * ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -13,7 +14,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -21,22 +22,22 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:  
  - *       "This product includes software developed by the 
  + *    any, must include the following acknowlegement:
  + *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
    * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written 
  + *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
    *    permission of the Apache Group.
    *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * THIS SOFTWARE IS PROVIDED AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  @@ -56,23 +57,22 @@
    * <http://www.apache.org/>.
    *
    */
  +
   package engine.PageContext;
   
   public class TestBean {
   
  -      //Declaring the variable 
  -          private String name="hello";
  -          
  -  
  -  /**
  -   * Property 'Name'
  -   */
  -  public String getName() {
  -   return name;
  -   }
  -   
  -  public void setName(String s) {
  -    this.name=s;
  -   }
  -   
  -}  
  +    //Declaring the variable
  +    private String name = "hello";
  +
  +    /**
  +     * Property 'Name'
  +     */
  +    public String getName() {
  +        return name;
  +    }
  +
  +    public void setName( String s ) {
  +        this.name = s;
  +    }
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>