[Yanel-commits] rev 45687 - public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Wed Nov 25 14:10:17 CET 2009


Author: michi
Date: 2009-11-25 14:10:16 +0100 (Wed, 25 Nov 2009)
New Revision: 45687

Modified:
   public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/JellyConversationAdapter.java
Log:
rollback is obsolete

Modified: public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/JellyConversationAdapter.java
===================================================================
--- public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/JellyConversationAdapter.java	2009-11-25 13:09:52 UTC (rev 45686)
+++ public/yanel/contributions/resources/creatable-modifiable-deletable-v3/src/java/org/wyona/yanel/impl/resources/JellyConversationAdapter.java	2009-11-25 13:10:16 UTC (rev 45687)
@@ -43,17 +43,12 @@
     
     /**
      * Initialize or keep up to date the conversation state
-     * */
+     */
     protected abstract void init() throws Exception;
     
     /**
-     * In this method the conversation should be rollbacked
-     * */
-    public abstract void rollback()throws Exception;
-    
-    /**
      * In this method the conversation should be commited. Data may need to be validated befor commit.
-     * */
+     */
     public abstract void commit()throws Exception;
     
     



More information about the Yanel-commits mailing list