You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2003/12/08 19:44:58 UTC

cvs commit: jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence PersistencePlugin.java

taylor      2003/12/08 10:44:58

  Modified:    plugin/src/java/org/apache/jetspeed/persistence
                        PersistencePlugin.java
  Log:
  removed tabs
  
  Revision  Changes    Path
  1.6       +6 -6      jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/PersistencePlugin.java
  
  Index: PersistencePlugin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/PersistencePlugin.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PersistencePlugin.java	8 Dec 2003 18:39:16 -0000	1.5
  +++ PersistencePlugin.java	8 Dec 2003 18:44:58 -0000	1.6
  @@ -89,15 +89,15 @@
       int LOCK_LEVEL_READ = 1;
       
       void beginTransaction() throws TransactionStateException;
  -	
  +    
       void commitTransaction() throws TransactionStateException;
  -	
  +    
       void prepareForDelete(Object obj) throws TransactionStateException;
  -	
  +    
       void prepareForUpdate(Object obj) throws TransactionStateException;
  -	
  +    
       void rollbackTransaction() throws TransactionStateException;
  -	
  +    
       /**
        * Takes an object that was modified outside of the current transaction
        * and makes it so that it appears to have been modified within the 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org