You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2007/07/20 18:25:24 UTC

svn commit: r558042 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java

Author: adelmelle
Date: Fri Jul 20 09:25:23 2007
New Revision: 558042

URL: http://svn.apache.org/viewvc?view=rev&rev=558042
Log:
Remove method added only for quick debug.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java?view=diff&rev=558042&r1=558041&r2=558042
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/PropertyCache.java Fri Jul 20 09:25:23 2007
@@ -36,10 +36,6 @@
     private Map propCache = Collections.synchronizedMap(new WeakHashMap());
     
     
-    public int size() {
-        return propCache.size();
-    }
-    
     /**
      *  Checks if the given property is present in the cache - if so, returns
      *  a reference to the cached value. Otherwise the given object is added



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org