[jboss-cvs] JBossAS SVN: r84883 - projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/proxy/factory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Feb 27 12:41:07 EST 2009
Author: ALRubinger
Date: 2009-02-27 12:41:07 -0500 (Fri, 27 Feb 2009)
New Revision: 84883
Removed:
projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/proxy/factory/RemoteProxyFactoryRegistry.java
Log:
[EJBTHREE-1641] Remove @Deprecated RemoteProxyFactoryRegistry
Deleted: projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/proxy/factory/RemoteProxyFactoryRegistry.java
===================================================================
--- projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/proxy/factory/RemoteProxyFactoryRegistry.java 2009-02-27 17:39:55 UTC (rev 84882)
+++ projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/proxy/factory/RemoteProxyFactoryRegistry.java 2009-02-27 17:41:07 UTC (rev 84883)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2007, 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.ejb3.proxy.factory;
-
-
-/**
- * Registry for all configured Remote Proxy Factory implementations
- *
- * @author <a href="mailto:andrew.rubinger at redhat.com">ALR</a>
- * @version $Revision: $
- */
- at Deprecated
-public class RemoteProxyFactoryRegistry
-{
-
- /*
- * EJBTHREE-1641
- *
- * This is in place as a dummy class until this reference may be removed
- * safely from AS Ejb3Deployer.
- *
- * ejb3-plugin must always be compatible with the last release of AS,
- * at time of this writing this is AS 5.0.0.GA.
- */
-
-}
More information about the jboss-cvs-commits
mailing list