[jboss-cvs] JBossCache/old/tests/perf/org/jboss/cache/aop ...

Elias Ross genman at noderunner.net
Tue Jan 16 20:31:06 EST 2007


  User: genman  
  Date: 07/01/16 20:31:06

  Modified:    old/tests/perf/org/jboss/cache/aop  FieldUpdateEmulator.java
  Log:
  Restrict visibility in CacheImpl of methods and members
  
  Revision  Changes    Path
  1.2       +1 -1      JBossCache/old/tests/perf/org/jboss/cache/aop/FieldUpdateEmulator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FieldUpdateEmulator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/old/tests/perf/org/jboss/cache/aop/FieldUpdateEmulator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- FieldUpdateEmulator.java	31 Oct 2006 08:01:14 -0000	1.1
  +++ FieldUpdateEmulator.java	17 Jan 2007 01:31:06 -0000	1.2
  @@ -7,7 +7,6 @@
   
   package org.jboss.cache.aop;
   
  -import EDU.oswego.cs.dl.util.concurrent.CountDown;
   import org.jboss.cache.aop.PojoCache;
   import org.jboss.cache.data.Address;
   import org.jboss.cache.data.Course;
  @@ -31,6 +30,7 @@
   import java.util.Random;
   import java.util.StringTokenizer;
   import java.util.Vector;
  +import java.util.concurrent.CountDown;
   
   /**
    * Use the same configuration as PojoCache but don't do any AOP. Just emulates it.
  
  
  



More information about the jboss-cvs-commits mailing list