[hornetq-commits] JBoss hornetq SVN: r12173 - trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 23 04:39:01 EST 2012


Author: borges
Date: 2012-02-23 04:39:00 -0500 (Thu, 23 Feb 2012)
New Revision: 12173

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java
Log:
Make executor transient

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java	2012-02-23 09:38:47 UTC (rev 12172)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/Topology.java	2012-02-23 09:39:00 UTC (rev 12173)
@@ -41,7 +41,7 @@
 
    private static final Logger log = Logger.getLogger(Topology.class);
 
-   private Executor executor = null;
+   private transient Executor executor = null;
 
    /**
     * Used to debug operations.



More information about the hornetq-commits mailing list