From richfaces-svn-commits at lists.jboss.org Thu Jul 29 04:47:36 2010 Content-Type: multipart/mixed; boundary="===============6465536868396794575==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r18277 - root/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model. Date: Thu, 29 Jul 2010 04:47:36 -0400 Message-ID: <201007290847.o6T8laa9001203@svn01.web.mwc.hst.phx2.redhat.com> --===============6465536868396794575== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: lfryc(a)redhat.com Date: 2010-07-29 04:47:35 -0400 (Thu, 29 Jul 2010) New Revision: 18277 Modified: root/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/= metamer/ftest/model/DataGrid.java Log: added forgotten headers and javadoc for DataGrid Modified: root/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces= /tests/metamer/ftest/model/DataGrid.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- root/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests= /metamer/ftest/model/DataGrid.java 2010-07-29 08:46:46 UTC (rev 18276) +++ root/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests= /metamer/ftest/model/DataGrid.java 2010-07-29 08:47:35 UTC (rev 18277) @@ -1,3 +1,24 @@ +/*************************************************************************= ****** + * JBoss, Home of Professional Open Source + * Copyright 2010, Red Hat, Inc. and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + *************************************************************************= ******/ package org.richfaces.tests.metamer.ftest.model; = import static org.jboss.test.selenium.locator.reference.ReferencedLocator.= ref; @@ -8,6 +29,10 @@ import org.jboss.test.selenium.locator.JQueryLocator; import org.jboss.test.selenium.locator.reference.ReferencedLocator; = +/** + * @author Lukas Fryc + * @version $Revision$ + */ public class DataGrid extends AbstractModel { = AjaxSelenium selenium =3D AjaxSeleniumProxy.getInstance(); --===============6465536868396794575==--