[jboss-svn-commits] JBL Code SVN: r37214 - labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 3 06:33:06 EDT 2011


Author: mark.little at jboss.com
Date: 2011-07-03 06:33:06 -0400 (Sun, 03 Jul 2011)
New Revision: 37214

Modified:
   labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/PersistentContainer.java
   labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/RecoverableContainer.java
Log:
Tidy up some comments.

Modified: labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/PersistentContainer.java
===================================================================
--- labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/PersistentContainer.java	2011-07-03 10:29:22 UTC (rev 37213)
+++ labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/PersistentContainer.java	2011-07-03 10:33:06 UTC (rev 37214)
@@ -35,8 +35,6 @@
  * mandate what the interface is, since that will depend upon the business logic. The interface, or
  * the implementing class, must also use the @Lockable annotation.
  * 
- * TODO look at using JBossAOP to get round the problem of requiring an interface for proxying.
- * 
  * @author marklittle
  */
 

Modified: labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/RecoverableContainer.java
===================================================================
--- labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/RecoverableContainer.java	2011-07-03 10:29:22 UTC (rev 37213)
+++ labs/jbosstm/workspace/mlittle/STM-Arjuna/src/main/java/org/jboss/stm/RecoverableContainer.java	2011-07-03 10:33:06 UTC (rev 37214)
@@ -42,9 +42,6 @@
  * mandate what the interface is, since that will depend upon the business logic. The interface, or
  * the implementing class, must also use the @Lockable annotation.
  * 
- * TODO look at using JBossAOP to get round the problem of requiring an interface for proxying.
- * Now ByteMan.
- * 
  * @author marklittle
  */
 
@@ -58,8 +55,6 @@
  * Or use a setter/getter pattern to provide flexibility around (i).
  */
 
-// TODO AtomicInteger AtomicBoolean etc.
-
 public class RecoverableContainer<T>
 {
     /**



More information about the jboss-svn-commits mailing list