You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/02/11 15:12:16 UTC

cvs commit: incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/misc TestCheckBox.java

mmarinschek    2005/02/11 06:12:16

  Modified:    webapps/examples/src/org/apache/myfaces/examples/misc
                        TestCheckBox.java
  Log:
  examples didn't work anymore
  
  Revision  Changes    Path
  1.2       +6 -16     incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/misc/TestCheckBox.java
  
  Index: TestCheckBox.java
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/src/org/apache/myfaces/examples/misc/TestCheckBox.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCheckBox.java	8 Feb 2005 16:48:28 -0000	1.1
  +++ TestCheckBox.java	11 Feb 2005 14:12:16 -0000	1.2
  @@ -1,25 +1,15 @@
   /*
  - * Copyright 2004 The Apache Software Foundation.
  - * 
  - * Licensed under the Apache License, Version 2.0 (the "License");
  - * you may not use this file except in compliance with the License.
  - * You may obtain a copy of the License at
  - * 
  - *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  - * Unless required by applicable law or agreed to in writing, software
  - * distributed under the License is distributed on an "AS IS" BASIS,
  - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  - * See the License for the specific language governing permissions and
  - * limitations under the License.
  + * Copyright (c) 2005 Your Corporation. All Rights Reserved.
    */
   package org.apache.myfaces.examples.misc;
   
  +import java.io.Serializable;
  +
   /**
    * @author Sylvain Vieujot (latest modification by $Author$)
    * @version $Revision$ $Date$
    */
  -public class TestCheckBox
  +public class TestCheckBox implements Serializable
   {
       private boolean checked;