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

Manik Surtani msurtani at jboss.com
Mon Aug 14 13:52:35 EDT 2006


  User: msurtani
  Date: 06/08/14 13:52:35

  Modified:    src/org/jboss/cache/optimistic  WorkspaceNodeImpl.java
  Log:
  Converted NodeLockingScheme, IsolationLevel and LockType to enums
  
  Revision  Changes    Path
  1.23      +1 -1      JBossCache/src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WorkspaceNodeImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- WorkspaceNodeImpl.java	9 Aug 2006 14:50:00 -0000	1.22
  +++ WorkspaceNodeImpl.java	14 Aug 2006 17:52:35 -0000	1.23
  @@ -507,7 +507,7 @@
        * @see org.jboss.cache.DataNode
        * @deprecated Will be removed in JBossCache 1.3.
        */
  -    public Set acquireAll(Object caller, long timeout, int lock_type) throws LockingException, TimeoutException, InterruptedException
  +    public Set acquireAll(Object caller, long timeout, DataNode.LockType lock_type) throws LockingException, TimeoutException, InterruptedException
       {
           return null;
       }
  
  
  



More information about the jboss-cvs-commits mailing list