From webbeans-commits at lists.jboss.org Tue Sep 1 15:45:03 2009 Content-Type: multipart/mixed; boundary="===============3089862099046739771==" MIME-Version: 1.0 From: webbeans-commits at lists.jboss.org To: weld-commits at lists.jboss.org Subject: [webbeans-commits] Webbeans SVN: r3634 - extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanutils. Date: Tue, 01 Sep 2009 15:45:03 -0400 Message-ID: <200909011945.n81Jj3Lx031994@svn01.web.mwc.hst.phx2.redhat.com> --===============3089862099046739771== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: kabir.khan(a)jboss.com Date: 2009-09-01 15:45:03 -0400 (Tue, 01 Sep 2009) New Revision: 3634 Removed: extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanut= ils/RegisteredBean.java Log: Should not be there Deleted: extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/= beanutils/RegisteredBean.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 --- extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanu= tils/RegisteredBean.java 2009-09-01 19:14:48 UTC (rev 3633) +++ extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanu= tils/RegisteredBean.java 2009-09-01 19:45:03 UTC (rev 3634) @@ -1,49 +0,0 @@ -/* -* JBoss, Home of Professional Open Source. -* Copyright 2006, Red Hat Middleware LLC, and individual contributors -* as indicated by the @author tags. See the copyright.txt file 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.jboss.test.webbeans.beanutils; - -/** - * = - * @author Kabir Khan - * @version $Revision: 1.1 $ - */ -public class RegisteredBean -{ - private final T instance; - private final T annotatedType; - = - public RegisteredBean(T annotatedType, T instance) - { - this.annotatedType =3D annotatedType; - this.instance =3D instance; - } - - public T getInstance() - { - return instance; - } - - public T getAnnotatedType() - { - return annotatedType; - } -} --===============3089862099046739771==--