[jboss-svn-commits] JBL Code SVN: r10677 - labs/jbossesb/trunk/plugins/org.jboss.soa.esb.oracle.aq/src/main/java/org/jboss/soa/esb/oracle/aq.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Mar 31 04:21:41 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-03-31 04:21:40 -0400 (Sat, 31 Mar 2007)
New Revision: 10677

Removed:
   labs/jbossesb/trunk/plugins/org.jboss.soa.esb.oracle.aq/src/main/java/org/jboss/soa/esb/oracle/aq/NameParserImpl.java
Log:
no  longer needed

Deleted: labs/jbossesb/trunk/plugins/org.jboss.soa.esb.oracle.aq/src/main/java/org/jboss/soa/esb/oracle/aq/NameParserImpl.java
===================================================================
--- labs/jbossesb/trunk/plugins/org.jboss.soa.esb.oracle.aq/src/main/java/org/jboss/soa/esb/oracle/aq/NameParserImpl.java	2007-03-31 08:17:27 UTC (rev 10676)
+++ labs/jbossesb/trunk/plugins/org.jboss.soa.esb.oracle.aq/src/main/java/org/jboss/soa/esb/oracle/aq/NameParserImpl.java	2007-03-31 08:21:40 UTC (rev 10677)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, JBoss Inc., and others contributors as indicated 
- * by the @authors tag. All rights reserved. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * 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,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2007,
- * @author David Fry <dfry at redhat.com>
- * @author Kurt Stam <kurt.stam at jboss.com>
- * 
- */
-package org.jboss.soa.esb.oracle.aq;
-
-import javax.naming.CompositeName;
-import javax.naming.Name;
-import javax.naming.NameParser;
-import javax.naming.NamingException;
-
-public class NameParserImpl implements NameParser {
-
-    public Name parse(String name) throws NamingException {
-        return new CompositeName(name);
-    }
-
-}
\ No newline at end of file




More information about the jboss-svn-commits mailing list