[jboss-cvs] JBossCache/src/org/jboss/cache/lock ...

Manik Surtani manik at jboss.org
Tue Apr 17 03:47:54 EDT 2007


  User: msurtani
  Date: 07/04/17 03:47:54

  Modified:    src/org/jboss/cache/lock  IsolationLevel.java
  Log:
  Cleaned up javadocs
  
  Revision  Changes    Path
  1.10      +3 -2      JBossCache/src/org/jboss/cache/lock/IsolationLevel.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IsolationLevel.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/lock/IsolationLevel.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- IsolationLevel.java	7 Feb 2007 22:06:49 -0000	1.9
  +++ IsolationLevel.java	17 Apr 2007 07:47:53 -0000	1.10
  @@ -1,13 +1,14 @@
   /**
    *
    * @author Bela Ban Nov 25, 2003
  - * @version $Id: IsolationLevel.java,v 1.9 2007/02/07 22:06:49 genman Exp $
  + * @version $Id: IsolationLevel.java,v 1.10 2007/04/17 07:47:53 msurtani Exp $
    */
   package org.jboss.cache.lock;
   
   /**
    * Various transaction isolation levels as an enumerated class.
  - * @see http://en.wikipedia.org/wiki/Isolation_%28computer_science%29
  + *
  + * @see <a href="http://en.wikipedia.org/wiki/Isolation_%28computer_science%29">Isolation levels</a>
    */
   public enum IsolationLevel
   {
  
  
  



More information about the jboss-cvs-commits mailing list