[jboss-cvs] JBoss Messaging SVN: r3423 - branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 05:14:13 EST 2007


Author: ataylor
Date: 2007-12-06 05:14:13 -0500 (Thu, 06 Dec 2007)
New Revision: 3423

Modified:
   branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMInitialContextFactory.java
   branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMNameParser.java
Log:
tidying up

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMInitialContextFactory.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMInitialContextFactory.java	2007-12-06 10:13:47 UTC (rev 3422)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMInitialContextFactory.java	2007-12-06 10:14:13 UTC (rev 3423)
@@ -27,6 +27,7 @@
 import java.util.Hashtable;
 
 /**
+ * @author <a href="mailto:ovidiu at feodorov.com">Ovidiu Feodorov</a>
  * @author <a href="ataylor at redhat.com">Andy Taylor</a>
  */
 public class InVMInitialContextFactory  implements InitialContextFactory

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMNameParser.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMNameParser.java	2007-12-06 10:13:47 UTC (rev 3422)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/jms/server/jndi/InVMNameParser.java	2007-12-06 10:14:13 UTC (rev 3423)
@@ -29,6 +29,7 @@
 import java.util.Properties;
 
 /**
+ * @author <a href="mailto:ovidiu at feodorov.com">Ovidiu Feodorov</a>
  * @author <a href="ataylor at redhat.com">Andy Taylor</a>
  */
 public class InVMNameParser implements NameParser, Serializable




More information about the jboss-cvs-commits mailing list