[webbeans-commits] Webbeans SVN: r3634 - extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanutils.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Sep 1 15:45:03 EDT 2009


Author: kabir.khan at 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/beanutils/RegisteredBean.java
Log:
Should not be there

Deleted: extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanutils/RegisteredBean.java
===================================================================
--- extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanutils/RegisteredBean.java	2009-09-01 19:14:48 UTC (rev 3633)
+++ extensions/trunk/bean-utils/src/test/java/org/jboss/test/webbeans/beanutils/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 <a href="kabir.khan at jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
- */
-public class RegisteredBean<T>
-{
-   private final T instance;
-   private final T annotatedType;
-   
-   public RegisteredBean(T annotatedType, T instance)
-   {
-      this.annotatedType = annotatedType;
-      this.instance = instance;
-   }
-
-   public T getInstance()
-   {
-      return instance;
-   }
-
-   public T getAnnotatedType()
-   {
-      return annotatedType;
-   }
-}




More information about the weld-commits mailing list