[jboss-svn-commits] JBL Code SVN: r17111 - labs/jbossesb/workspace/bramley/product/rosetta/src/org/jboss/internal/soa/esb/couriers.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Dec 8 03:25:35 EST 2007


Author: mark.little at jboss.com
Date: 2007-12-08 03:25:34 -0500 (Sat, 08 Dec 2007)
New Revision: 17111

Modified:
   labs/jbossesb/workspace/bramley/product/rosetta/src/org/jboss/internal/soa/esb/couriers/JmsCourier.java
Log:
Updated comment concerning package constructors (which no longer applied).

Modified: labs/jbossesb/workspace/bramley/product/rosetta/src/org/jboss/internal/soa/esb/couriers/JmsCourier.java
===================================================================
--- labs/jbossesb/workspace/bramley/product/rosetta/src/org/jboss/internal/soa/esb/couriers/JmsCourier.java	2007-12-08 08:22:21 UTC (rev 17110)
+++ labs/jbossesb/workspace/bramley/product/rosetta/src/org/jboss/internal/soa/esb/couriers/JmsCourier.java	2007-12-08 08:25:34 UTC (rev 17111)
@@ -55,7 +55,7 @@
 
 public class JmsCourier implements PickUpOnlyCourier, DeliverOnlyCourier {
     /**
-     * package protected constructor - Objects of Courier should only be
+     * Objects of Courier should only be
      * instantiated by the Factory
      *
      * @param epr
@@ -65,7 +65,7 @@
     }
 
     /**
-     * package protected constructor - Objects of Courier should only be
+     * Objects of Courier should only be
      * instantiated by the Factory
      *
      * @param epr




More information about the jboss-svn-commits mailing list