Revision: 3107
          http://vexi.svn.sourceforge.net/vexi/?rev=3107&view=rev
Author:   mkpg2
Date:     2008-09-24 16:02:37 +0000 (Wed, 24 Sep 2008)

Log Message:
-----------
Fixes.

Modified Paths:
--------------
    trunk/core/org.ibex.util/src/org/ibex/util/Cache.java

Modified: trunk/core/org.ibex.util/src/org/ibex/util/Cache.java
===================================================================
--- trunk/core/org.ibex.util/src/org/ibex/util/Cache.java       2008-09-24 
16:02:19 UTC (rev 3106)
+++ trunk/core/org.ibex.util/src/org/ibex/util/Cache.java       2008-09-24 
16:02:37 UTC (rev 3107)
@@ -11,7 +11,7 @@
  *  @author [EMAIL PROTECTED]
  */
 public class Cache extends Basket.Hash {
-    public Cache(int maxSize, boolean accessOrder) {
+    public Cache(int maxSize){//, boolean accessOrder) {
         super(maxSize * 2, 0.75F);
     }
     /*


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to