[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting/messaging ...

Gavin King gavin.king at jboss.com
Wed Jul 18 10:37:33 EDT 2007


  User: gavin   
  Date: 07/07/18 10:37:33

  Modified:    src/remoting/org/jboss/seam/remoting/messaging 
                        SubscriptionRegistry.java
  Log:
  global imports JBSEAM-1693
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/remoting/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SubscriptionRegistry.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SubscriptionRegistry.java	20 Jun 2007 17:47:21 -0000	1.2
  +++ SubscriptionRegistry.java	18 Jul 2007 14:37:32 -0000	1.3
  @@ -57,7 +57,7 @@
   
     public static SubscriptionRegistry instance()
     {
  -    SubscriptionRegistry registry = (SubscriptionRegistry) Component.getInstance(SubscriptionRegistry.class, true);
  +    SubscriptionRegistry registry = (SubscriptionRegistry) Component.getInstance(SubscriptionRegistry.class);
   
       if (registry == null)
       {
  
  
  



More information about the jboss-cvs-commits mailing list