[jboss-cvs] JBossAS SVN: r69745 - trunk/aspects/src/main/org/jboss/aspects/versioned.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 8 22:01:14 EST 2008


Author: bstansberry at jboss.com
Date: 2008-02-08 22:01:14 -0500 (Fri, 08 Feb 2008)
New Revision: 69745

Modified:
   trunk/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java
Log:
Add FIXME comment

Modified: trunk/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java
===================================================================
--- trunk/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java	2008-02-09 02:40:15 UTC (rev 69744)
+++ trunk/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java	2008-02-09 03:01:14 UTC (rev 69745)
@@ -90,6 +90,9 @@
 
    // HAPartition.HAPartitionStateTransfer Implementation --------------------------------------------------------
    
+   /**
+    * FIXME Replace this with an SPI. Don't leak the ClusterPartitionMBean class.
+    */
    protected HAPartition findHAPartitionWithName (String name) throws Exception
    {
       HAPartition result = null;




More information about the jboss-cvs-commits mailing list