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

Manik Surtani msurtani at jboss.com
Thu Oct 19 10:24:13 EDT 2006


  User: msurtani
  Date: 06/10/19 10:24:13

  Modified:    src/org/jboss/cache/notifications  Notifier.java
  Log:
  Fixed dumbass bug
  
  Revision  Changes    Path
  1.8       +1 -1      JBossCache/src/org/jboss/cache/notifications/Notifier.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Notifier.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/notifications/Notifier.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Notifier.java	19 Oct 2006 13:29:57 -0000	1.7
  +++ Notifier.java	19 Oct 2006 14:24:13 -0000	1.8
  @@ -44,7 +44,7 @@
      private InvocationContext tempCtx;
      private Log log = LogFactory.getLog(Notifier.class);
   
  -   public Notifier(TreeCache cache)
  +   public Notifier(TreeCache treeCache)
      {
         this.treeCache = treeCache;
      }
  
  
  



More information about the jboss-cvs-commits mailing list